Browse Source

Fixed Premake invocation on OSX.

pull/536/merge
triton 10 years ago
parent
commit
116de4a204
  1. 3
      .travis.yml

3
.travis.yml

@ -31,6 +31,7 @@ install: @@ -31,6 +31,7 @@ install:
- 7z x llvm.7z -odeps/llvm -y
script:
- build/premake5-linux-64 --file=build/premake4.lua gmake
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then PREMAKE=build/premake5-linux-64; else PREMAKE=build/premake5-osx; fi
- $PREMAKE --file=build/premake4.lua gmake
- config=release_x64 make -C build/gmake/
- for test in build/gmake/lib/Release_x64/*.Tests.*.dll; do MONO_PATH=deps/NUnit.Runners.2.6.4/tools mono deps/NUnit.Runners.2.6.4/tools/nunit-console.exe $test; done

Loading…
Cancel
Save