mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-21 06:25:21 -04:00
longer qas on macos
This commit is contained in:
parent
7063b04d39
commit
92e30f0323
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ variables:
|
||||||
- env | grep CI_ || true
|
- env | grep CI_ || true
|
||||||
- env | grep PATH || true
|
- env | grep PATH || true
|
||||||
- which mpirun || true
|
- which mpirun || true
|
||||||
- if [[ "$NWCHEM_TARGET" != "LINUX" && "$FC" != "ifx" && ( "$CI_RUNNER_TAGS" == "ubuntu_xenial" || "$CI_RUNNER_TAGS" == "ubuntu_bionic" ) ]]; then ./doqmtests.mpi $NNPROCS ; else ./doqmtests.mpi $NNPROCS fast ; fi
|
- if [[ "$NWCHEM_TARGET" != "LINUX" && "$FC" != "ifx" && ( "$CI_RUNNER_TAGS" == "ubuntu_xenial" || "$CI_RUNNER_TAGS" == "ubuntu_bionic" || "$CI_RUNNER_TAGS" = "macos" ) ]]; then ./doqmtests.mpi $NNPROCS ; else ./doqmtests.mpi $NNPROCS fast ; fi
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- /^release-.*$/
|
- /^release-.*$/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue