mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-01-22 17:30:57 +00:00
}
This commit is contained in:
parent
7686e1d589
commit
ff0352c299
2 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -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
0
tests/empty.scad
Normal file
Loading…
Reference in a new issue