travis-ci: update/streamline configuration for EPICS 7
This commit is contained in:
19
.travis.yml
19
.travis.yml
@ -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
|
||||
|
Reference in New Issue
Block a user