Add compiler to macos img file (#73)

This commit is contained in:
Jonas Kvinge
2019-02-04 23:42:07 +01:00
committed by GitHub
parent 9b827f58ad
commit 9c3cb82fca
2 changed files with 7 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ script:
make -j8;
sudo make install;
sudo ../dist/macos/macdeploy.py strawberry.app;
../dist/macos/create-dmg.sh strawberry.app;
../dist/macos/create-dmg.sh strawberry.app $CC_FOR_BUILD;
fi
after_success:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ls -lh strawberry.dmg; fi