mirror of
https://github.com/holub/mame
synced 2025-04-15 21:16:28 +03:00
try specific package (nw)
This commit is contained in:
parent
29bfbddaac
commit
e6b29e8cd5
@ -2,10 +2,10 @@ language: cpp
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- llvm-toolchain-precise
|
||||
- llvm-toolchain-precise-3.6
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- clang-3.7
|
||||
- clang-3.6
|
||||
- g++-5
|
||||
- gcc-5
|
||||
compiler:
|
||||
@ -24,7 +24,7 @@ env:
|
||||
script:
|
||||
- if [ $TRAVIS_OS_NAME == 'linux' ]; then
|
||||
if [ $CC == 'clang' ]; then
|
||||
make -j2 linux_x64_clang CXX="clang++-3.7" CC="clang-3.7" && ./$MAME -validate;
|
||||
make -j2 linux_x64_clang CXX="clang++-3.6" CC="clang-3.6" && ./$MAME -validate;
|
||||
else make -j2 OPTIMIZE=0 CXX="g++-5" CC="gcc-5" && ./$MAME -validate;
|
||||
fi
|
||||
elif [ $TRAVIS_OS_NAME == 'osx' ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user