mirror of https://github.com/ecmwf/eccodes.git
Merge branch 'develop' into bugfix/ECC-1150-missing-limits
This commit is contained in:
commit
f70ee4b49c
|
@ -38,7 +38,7 @@ clone_depth: 1
|
||||||
# scripts that run after cloning repository
|
# scripts that run after cloning repository
|
||||||
install:
|
install:
|
||||||
# install ecbuild
|
# install ecbuild
|
||||||
- cmd: git clone --depth 1 https://github.com/ecmwf/ecbuild.git %ECBUILD_SRC%
|
- cmd: git clone --depth 1 https://github.com/ecmwf/ecbuild.git %ECBUILD_SRC% --branch %APPVEYOR_REPO_BRANCH%
|
||||||
|
|
||||||
# install linux utils
|
# install linux utils
|
||||||
- cmd: conda install -c msys2 m2-bash ^
|
- cmd: conda install -c msys2 m2-bash ^
|
||||||
|
|
|
@ -43,7 +43,7 @@ before_install:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# install ecbuild
|
# install ecbuild
|
||||||
- git clone --depth 1 https://github.com/ecmwf/ecbuild.git ${ECBUILD_SRC}
|
- git clone --depth 1 https://github.com/ecmwf/ecbuild.git ${ECBUILD_SRC} --branch ${TRAVIS_BRANCH}
|
||||||
|
|
||||||
#---------------------------------#
|
#---------------------------------#
|
||||||
# build configuration #
|
# build configuration #
|
||||||
|
|
|
@ -425,10 +425,10 @@ add_subdirectory( ifs_samples ) # must come after samples
|
||||||
|
|
||||||
# ecbuild_dont_pack( DIRS samples DONT_PACK_REGEX "*.grib" )
|
# ecbuild_dont_pack( DIRS samples DONT_PACK_REGEX "*.grib" )
|
||||||
ecbuild_dont_pack( DIRS
|
ecbuild_dont_pack( DIRS
|
||||||
concepts tests.ecmwf doxygen confluence examples.dev templates parameters java
|
concepts tests.ecmwf doxygen confluence templates parameters java
|
||||||
perl config m4 rpms gaussian_experimental gribex examples/F77
|
perl config m4 rpms gaussian_experimental gribex examples/F77
|
||||||
examples/extra examples/deprecated bamboo fortran/fortranCtypes tigge/tools
|
examples/examples.dev examples/extra examples/deprecated bamboo
|
||||||
share/eccodes .settings )
|
fortran/fortranCtypes tigge/tools share/eccodes .settings )
|
||||||
#ecbuild_dont_pack( DIRS data/bufr DONT_PACK_REGEX "*.bufr" )
|
#ecbuild_dont_pack( DIRS data/bufr DONT_PACK_REGEX "*.bufr" )
|
||||||
#ecbuild_dont_pack( DIRS data/tigge DONT_PACK_REGEX "*.grib" )
|
#ecbuild_dont_pack( DIRS data/tigge DONT_PACK_REGEX "*.grib" )
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue