mirror of https://github.com/ecmwf/eccodes.git
Linux: add CI build
This commit is contained in:
parent
493e486bc2
commit
92646068be
20
.travis.yml
20
.travis.yml
|
@ -11,8 +11,21 @@ branches:
|
|||
|
||||
language: c
|
||||
|
||||
os: osx
|
||||
osx_image: xcode10.1
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
dist: xenial
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libnetcdf-dev
|
||||
|
||||
- os: osx
|
||||
osx_image: xcode10.1
|
||||
addons:
|
||||
homebrew:
|
||||
packages:
|
||||
- netcdf
|
||||
|
||||
env:
|
||||
global:
|
||||
|
@ -27,9 +40,6 @@ install:
|
|||
# install ecbuild
|
||||
- git clone --depth 1 https://github.com/ecmwf/ecbuild.git ${ECBUILD_SRC}
|
||||
|
||||
# install netcdf
|
||||
- brew install netcdf
|
||||
|
||||
#---------------------------------#
|
||||
# build configuration #
|
||||
#---------------------------------#
|
||||
|
|
Loading…
Reference in New Issue