Skip to content

Commit

Permalink
slic3r#4660 add coreutils to build-cpp as well
Browse files Browse the repository at this point in the history
  • Loading branch information
lordofhyphens committed Dec 31, 2018
1 parent a3e4998 commit 3fa8924
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/osx/travis-build-cpp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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

0 comments on commit 3fa8924

Please sign in to comment.