Prepare macOS dependencies in deploy step

This commit is contained in:
baldurk
2019-03-05 14:03:14 +00:00
parent 1a153e9c13
commit 3d94de9923
+4
View File
@@ -1,5 +1,9 @@
#!/bin/sh
echo "Preparing macOS dependencies"
./util/buildscripts/scripts/prepare_deps_macos.sh build/bin/qrenderdoc.app/Contents/MacOS/qrenderdoc
set +v
if [[ "$TRAVIS_OS_NAME" == "osx" ]] && [[ "$APPLE_BUILD" == "1" ]]; then