mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
Removing parallel from travis build. It just doesn't work reliably.
This commit is contained in:
parent
609e31748c
commit
8a7fcf63ef
@ -10,12 +10,9 @@ env:
|
||||
- DOCKIMG=unidata/nctests:serial32 USECMAKE=TRUE USEAC=TRUE USE_CC=gcc
|
||||
- DOCKIMG=unidata/nctests:serial32 USECMAKE=TRUE USEAC=TRUE USE_CC=clang
|
||||
|
||||
- DOCKIMG=unidata/nctests:openmpi USECMAKE=TRUE USEAC=TRUE USE_CC=gcc
|
||||
- DOCKIMG=unidata/nctests:openmpi32 USECMAKE=TRUE USEAC=TRUE USE_CC=gcc
|
||||
|
||||
before_install:
|
||||
- docker pull $DOCKIMG > /dev/null
|
||||
|
||||
script:
|
||||
|
||||
- docker run --rm -it -e USEDASH=OFF -e RUNF=OFF -e RUNCXX=OFF -e RUNP=OFF -e RUNNCO=OFF -e USECMAKE=$USECMAKE -e USEAC=$USEAC -v $(pwd):/netcdf-c $DOCKIMG
|
||||
- docker run --rm -it -e USEDASH=OFF -e RUNF=OFF -e RUNCXX=OFF -e RUNP=OFF -e RUNNCO=OFF -e USECMAKE=$USECMAKE -e USEAC=$USEAC -v $(pwd):/netcdf-c $DOCKIMG
|
||||
|
Loading…
Reference in New Issue
Block a user