mirror of
https://github.com/holub/mame
synced 2025-04-16 21:44:32 +03:00
travis: add clang support
This commit is contained in:
parent
5d80e27c48
commit
7ad2ae5116
@ -1,8 +1,15 @@
|
|||||||
language: cpp
|
language: cpp
|
||||||
|
compiler:
|
||||||
|
- gcc
|
||||||
|
- clang
|
||||||
env:
|
env:
|
||||||
- SUBTARGET=arcade
|
- SUBTARGET=arcade
|
||||||
- SUBTARGET=mess
|
- SUBTARGET=mess
|
||||||
script: make -j2
|
script:
|
||||||
|
- if [ $CC == 'clang' ];
|
||||||
|
then make -j2 linux_x64_clang;
|
||||||
|
else make -j2;
|
||||||
|
fi
|
||||||
sudo: required
|
sudo: required
|
||||||
before_install:
|
before_install:
|
||||||
- sudo add-apt-repository ppa:zoogie/sdl2-snapshots -y
|
- sudo add-apt-repository ppa:zoogie/sdl2-snapshots -y
|
||||||
|
Loading…
Reference in New Issue
Block a user