Skip to content

Commit ac779c7

Browse files
committed
ci: another pass at getting OpenSCAD working
1 parent 49718cc commit ac779c7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
run: |
4646
sudo apt-get update
4747
sudo apt-get install openscad
48+
sudo apt-get install xvfb
4849
4950
- name: OpenSCAD Build Information
5051
run: openscad --info

tests/openscad_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class OpenScadRunner:
117117
#'--hardwarnings', # Does not work when setting variables by using functions
118118
#'--enable=fast-csg', # Requires Beta version of OpenSCAD
119119
#'--enable=predictible-output', # Requires Beta version of OpenSCAD
120-
'--render=true' # Required on headless systems
120+
#'--render=true' # Fully render geometry for images, instead of using fast preview mode.
121121
'--imgsize=1280,720',
122122
'--view=axes',
123123
'--projection=ortho',

0 commit comments

Comments
 (0)