mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-03 08:01:25 +08:00
9 lines
246 B
Bash
Executable File
9 lines
246 B
Bash
Executable File
#!/bin/bash
|
|
|
|
###
|
|
# Travis script, so that we can more easily
|
|
# create a test matrix using travis-ci and docker.
|
|
###
|
|
|
|
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
|