Skip to content

Commit

Permalink
Force 64bit travis mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-abram authored Apr 8, 2018
1 parent 8b84e77 commit 198a676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ before_script:

script:
- if [ "$TRAVIS_OS_NAME" != "osx" ]; then make -j 4; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then xcodebuild -project Etterna.xcodeproj -target Etterna -destination 'platform=OS X' -xcconfig ../Xcode/conf.cnf; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then xcodebuild ARCHS="x86_64" -project Etterna.xcodeproj -target Etterna -destination 'platform=OS X,arch=x86_64' -xcconfig ../Xcode/conf.cnf; fi

env:
global:
Expand Down

0 comments on commit 198a676

Please sign in to comment.