travis-ci: update/streamline configuration for EPICS 7

This commit is contained in:
Ralph Lange
2017-09-27 11:54:02 +02:00
parent 2c75f1d1e9
commit 1b156c92cd
4 changed files with 206 additions and 72 deletions

View File

@ -11,12 +11,19 @@ addons:
- perl
- clang
- g++-mingw-w64-i686
install:
- ./.ci/travis-prepare.sh
script:
- ./.ci/travis-build.sh
env:
- BRBASE=3.16 WINE=32
- BRBASE=3.16 USR_CXXFLAGS=-std=c++11 CMPLR=clang
- BRCORE=master BRLIBCOM=master
- CMPLR=clang
- EXTRA="CMD_CXXFLAGS=-std=c++11"
- CMPLR=clang EXTRA="CMD_CXXFLAGS=-std=c++11"
- WINE=32 TEST=NO STATIC=YES
- WINE=32 TEST=NO STATIC=NO
- RTEMS=4.10 TEST=NO
- RTEMS=4.9 TEST=NO
- BRBASE=3.16
- BRBASE=3.15
- BRBASE=3.14
install:
- ./build-deps.sh
script:
- make -j2