mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
Trying matrix without utility script to see if the missing colon was the main issue.
This commit is contained in:
parent
d75841ab81
commit
5dcb05fbfd
@ -12,4 +12,4 @@ before_install:
|
||||
- docker pull unidata/nctests:serial
|
||||
|
||||
script:
|
||||
- ./run_travis.sh
|
||||
- docker run --rm -it -e USEDASH=OFF -e RUNF=OFF -e RUNCXX=OFF -e RUNP=OFF -e RUNNCO=OFF -e USEAC=OFF -v $(pwd):/netcdf-c $DOCKIMG
|
@ -5,4 +5,4 @@
|
||||
# create a test matrix using travis-ci and docker.
|
||||
###
|
||||
|
||||
docker run -e USEDASH=OFF -e RUNF=OFF -e RUNCXX=OFF -e RUNP=OFF -e RUNNCO=OFF -e USEAC=OFF -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 USEAC=OFF -v $(pwd):/netcdf-c $DOCKIMG
|
||||
|
Loading…
Reference in New Issue
Block a user