TRAVIS: Only enable OPL2LPT and text console support on Linux
This commit is contained in:
parent
9270ee5cb8
commit
f4516e06ed
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue