mirror of https://github.com/ecmwf/eccodes.git
Set compiler bins for nightly ci
This commit is contained in:
parent
e38656f696
commit
07212f071f
|
@ -13,3 +13,6 @@ build:
|
||||||
post_script: .github/ci-nightly-test.sh
|
post_script: .github/ci-nightly-test.sh
|
||||||
env:
|
env:
|
||||||
- GH_TOKEN=${GH_TOKEN}
|
- GH_TOKEN=${GH_TOKEN}
|
||||||
|
compiler_cc: gcc
|
||||||
|
compiler_cxx: g++
|
||||||
|
compiler_fc: gfortran
|
||||||
|
|
Loading…
Reference in New Issue