mirror of
https://github.com/kennetek/gridfinity-rebuilt-openscad.git
synced 2025-01-09 07:39:44 +00:00
CI: Print some information about the OpenSCAD version used
This commit is contained in:
parent
904b8e947b
commit
ea976db7e7
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -46,6 +46,10 @@ jobs:
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install openscad
|
sudo apt-get install openscad
|
||||||
|
|
||||||
|
- name: OpenSCAD Build Information
|
||||||
|
run: openscad --info
|
||||||
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Run Unit Tests
|
- name: Run Unit Tests
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: ./tests
|
working-directory: ./tests
|
||||||
|
|
Loading…
Reference in a new issue