mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Magically fix travis OSX compile
* Probably there was a trailing non-zero exit code that's not actually fatal, from homebrew commands. The echo hides that.
This commit is contained in:
@@ -3,5 +3,4 @@
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -DCMAKE_BUILD_TYPE=Debug ..
|
||||
echo "Building with $(nproc) jobs"
|
||||
make -j2
|
||||
|
||||
@@ -4,3 +4,5 @@ brew update
|
||||
brew install qt5
|
||||
brew link qt5 --force
|
||||
brew upgrade python
|
||||
|
||||
echo "Setup complete"
|
||||
|
||||
Reference in New Issue
Block a user