mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
15 lines
297 B
YAML
15 lines
297 B
YAML
sudo: required
|
|
language: c
|
|
services:
|
|
- docker
|
|
|
|
env:
|
|
matrix:
|
|
- DOCKIMG=unidata/nctests:serial
|
|
|
|
|
|
before_install:
|
|
- docker pull $DOCKIMG
|
|
|
|
script:
|
|
- 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 |