mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-12 08:29:02 +08:00
Oops, forgot a ;fi
This commit is contained in:
parent
67c65cce94
commit
7e41496f56
@ -8,7 +8,7 @@ script:
|
||||
- if [[ "$BUILD_PL" == false ]]; then cmake --build .; fi
|
||||
- if [[ "$BUILD_PL" == false ]]; then ctest . -R TestSlic3r; fi
|
||||
- if [[ "$BUILD_PL" == true ]]; then perlbrew switch slic3r-perl; fi
|
||||
- if [[ "$BUILD_PL" == true ]]; then perl ./Build.PL
|
||||
- if [[ "$BUILD_PL" == true ]]; then perl ./Build.PL; fi
|
||||
# - if [ "${TRAVIS_OS_NAME}" = "osx" ]; then ctest . -R TestGUI; fi
|
||||
branches:
|
||||
only:
|
||||
|
Loading…
x
Reference in New Issue
Block a user