This commit is contained in:
Bob 2021-08-02 17:52:18 -04:00
parent 7686e1d589
commit ff0352c299
2 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
- run: touch tests/empty.scad - run: touch tests/empty.scad
- run: 'openscad -o "tests/output/test.stl" "tests/test.scad"' - run: 'openscad -o "tests/output/test.stl" "tests/test.scad"'
- run: echo "differencing new fixtures from old fixtures..." - run: echo "differencing new fixtures from old fixtures..."
- run: openscad tests/empty.scad -D 'color(0.5,0,0,0.5)import("test.stl");color(0,0.5,0,0.5)import("output/test.stl");}' -o output.png - run: openscad tests/empty.scad -D 'color(0.5,0,0,0.5)import("test.stl");color(0,0.5,0,0.5)import("output/test.stl");' -o output.png
# - run: du -B 1 output.stl # - run: du -B 1 output.stl
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with:

0
tests/empty.scad Normal file
View File