mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 13:50:23 +01:00
Regression test CI fix.
This commit is contained in:
parent
f727a9c3f1
commit
4cfd38e24f
@ -1,6 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ "$(uname -s)" != "Darwin" ]; then
|
||||
OPENSCAD=openscad
|
||||
else
|
||||
OPENSCAD=/Applications/OpenSCAD.app/Contents/MacOS/OpenSCAD
|
||||
fi
|
||||
|
||||
for testscript in tests/test_*.scad ; do
|
||||
repname="$(basename $testscript|sed 's/^test_//')"
|
||||
|
@ -8,7 +8,7 @@
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,355];
|
||||
BOSL_VERSION = [2,0,356];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
Loading…
x
Reference in New Issue
Block a user