mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-13 08:58:59 +08:00
#4660 add coreutils to build-cpp as well
This commit is contained in:
parent
a3e4998f03
commit
3fa8924642
@ -9,6 +9,7 @@ mkdir -p $CACHE
|
||||
( sudo Xvfb :99 -ac -screen 0 1024x768x8; echo ok )&
|
||||
brew update -v
|
||||
brew install ccache || brew upgrade ccache
|
||||
brew install coreutils || brew upgrade coreutils
|
||||
|
||||
if [[ "$WXVERSION" != "pkg" ]]; then
|
||||
WXVER_EXPANDED=${WXVERSION:0:1}.${WXVERSION:1:1}.${WXVERSION:2:1}
|
||||
@ -33,4 +34,4 @@ mkdir build && cd build
|
||||
cmake -DBOOST_ROOT=$HOME/boost_1_63_0 -DSLIC3R_STATIC=ON -DCMAKE_BUILD_TYPE=Release ../src
|
||||
cmake --build .
|
||||
./slic3r_test -s
|
||||
#./gui_test -s
|
||||
#./gui_test -s
|
||||
|
Loading…
x
Reference in New Issue
Block a user