travis: Test clang builds.
This commit is contained in:
parent
6cc00a09fe
commit
3111de5205
|
@ -15,9 +15,11 @@ matrix:
|
|||
dist: xenial
|
||||
# xvfb fails on xenial too
|
||||
- env: BUILD_ENV=ubuntu-trusty XVFB_RUN=1
|
||||
- env: BUILD_ENV=ubuntu-trusty XVFB_RUN=1 CC=clang CXX=clang++
|
||||
- env: BUILD_ENV=mingw-w64
|
||||
- env: BUILD_ENV=mingw-w32
|
||||
- env: BUILD_ENV=libretro
|
||||
- env: BUILD_ENV=libretro CC=clang CXX=clang++
|
||||
- env: BUILD_ENV=mac
|
||||
os: osx
|
||||
osx_image: xcode10.2
|
||||
|
|
Loading…
Reference in New Issue