mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-13 23:35:57 +08:00
Make build server build release builds.
This commit is contained in:
parent
d3dc2ccc8b
commit
dfb9536ad0
@ -4,7 +4,7 @@ before_install:
|
||||
script:
|
||||
- bash package/linux/travis-setup.sh
|
||||
- if [[ "$BUILD_PL" == false ]]; then mkdir build && cd build; fi
|
||||
- if [[ "$BUILD_PL" == false ]]; then cmake -DBOOST_ROOT=$BOOST_DIR -DSLIC3R_STATIC=ON ../src; fi
|
||||
- if [[ "$BUILD_PL" == false ]]; then cmake -DBOOST_ROOT=$BOOST_DIR -DSLIC3R_STATIC=ON -DCMAKE_BUILD_TYPE=Release ../src; fi
|
||||
- if [[ "$BUILD_PL" == false ]]; then cmake --build .; fi
|
||||
- if [[ "$BUILD_PL" == false ]]; then ./slic3r_test -s; fi
|
||||
- if [[ "$BUILD_PL" == true ]]; then perlbrew switch slic3r-perl; fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user