TRAVIS: Only enable OPL2LPT and text console support on Linux

This commit is contained in:
Cameron Cawley 2020-06-24 19:32:27 +01:00 committed by David Turner
parent 9270ee5cb8
commit f4516e06ed

View file

@ -63,9 +63,11 @@ matrix:
include:
- os: linux
compiler: gcc
env: CONFIGFLAGS="--enable-opl2lpt --enable-text-console"
cache: ccache
- os: linux
compiler: clang
env: CONFIGFLAGS="--enable-opl2lpt --enable-text-console"
cache: ccache
before_script:
- sudo ln -s $(which ccache) /usr/lib/ccache/clang
@ -85,7 +87,7 @@ script:
- ccache --show-stats > /tmp/ccache_before
- export PATH="/usr/local/opt/ccache/libexec:/usr/lib/ccache:$PATH"
- export CCACHE_COMPRESS=1
- ./configure --enable-all-engines --enable-opl2lpt --enable-text-console
- ./configure --enable-all-engines $CONFIGFLAGS
- make -j 2
- make test
- make devtools