mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-03-10 08:42:53 +00:00
more advanced
This commit is contained in:
parent
22b7e29da5
commit
7dbc466682
2 changed files with 6 additions and 2 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -27,8 +27,12 @@ jobs:
|
|||
# openscad -o "tests/test.stl" "tests/test.scad"
|
||||
- name: Install openscad
|
||||
run: sudo apt-get install openscad
|
||||
- run: which openscad
|
||||
- run: 'openscad -o "tests/test.stl" "tests/test.scad"'
|
||||
- run: echo "rendering new fixtures..."
|
||||
- run: mkdir tests/output/
|
||||
- run: 'openscad -o "tests/output/test.stl" "tests/test.scad"'
|
||||
- run: echo "differencing new fixtures from old fixtures..."
|
||||
- run: openscad /dev/null -D 'difference(){import("tests/test.stl");import("tests/otuput/test.stl");}' -o output.stl
|
||||
- run: du -B=1 output.stl
|
||||
- run: |
|
||||
git config --global user.name 'KeyV2 GHA Bot'
|
||||
git config --global user.email 'keyv2-gha-bot@users.noreply.github.com'
|
||||
|
|
Loading…
Add table
Reference in a new issue