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:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
env: CONFIGFLAGS="--enable-opl2lpt --enable-text-console"
|
||||||
cache: ccache
|
cache: ccache
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang
|
compiler: clang
|
||||||
|
env: CONFIGFLAGS="--enable-opl2lpt --enable-text-console"
|
||||||
cache: ccache
|
cache: ccache
|
||||||
before_script:
|
before_script:
|
||||||
- sudo ln -s $(which ccache) /usr/lib/ccache/clang
|
- sudo ln -s $(which ccache) /usr/lib/ccache/clang
|
||||||
|
@ -85,7 +87,7 @@ script:
|
||||||
- ccache --show-stats > /tmp/ccache_before
|
- ccache --show-stats > /tmp/ccache_before
|
||||||
- export PATH="/usr/local/opt/ccache/libexec:/usr/lib/ccache:$PATH"
|
- export PATH="/usr/local/opt/ccache/libexec:/usr/lib/ccache:$PATH"
|
||||||
- export CCACHE_COMPRESS=1
|
- export CCACHE_COMPRESS=1
|
||||||
- ./configure --enable-all-engines --enable-opl2lpt --enable-text-console
|
- ./configure --enable-all-engines $CONFIGFLAGS
|
||||||
- make -j 2
|
- make -j 2
|
||||||
- make test
|
- make test
|
||||||
- make devtools
|
- make devtools
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue