diff --git a/util/travis/osx_compile.sh b/util/travis/osx_compile.sh index e443460cf..318532f9b 100755 --- a/util/travis/osx_compile.sh +++ b/util/travis/osx_compile.sh @@ -3,5 +3,4 @@ mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Debug .. -echo "Building with $(nproc) jobs" make -j2 diff --git a/util/travis/osx_setup.sh b/util/travis/osx_setup.sh index a665cecc2..b9d9e7d85 100755 --- a/util/travis/osx_setup.sh +++ b/util/travis/osx_setup.sh @@ -4,3 +4,5 @@ brew update brew install qt5 brew link qt5 --force brew upgrade python + +echo "Setup complete"