We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb06b66 commit 550b05cCopy full SHA for 550b05c
1 file changed
scripts/release.sh
@@ -14,6 +14,10 @@ make clean test
14
make clean sanitize
15
make
16
17
+sh scripts/verify_render_truth.sh
18
+sh scripts/golden.sh
19
+sh scripts/dgb_parity.sh
20
+
21
./build/deadgl prove examples/command_machine.dgl -o "$dist/command_machine.ppm" -p "$dist/command_machine.proof"
22
./build/deadgl prove examples/near_clip.dgl -o "$dist/near_clip.ppm" -p "$dist/near_clip.proof"
23
./build/deadgl inspect examples/near_clip.dgl > "$dist/near_clip.main.inspect"
0 commit comments