mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-27 13:45:27 -04:00
on mac send openblas build to background
This commit is contained in:
parent
5e783d0cc9
commit
ed15f33d00
1 changed files with 3 additions and 2 deletions
|
|
@ -28,8 +28,9 @@ before_script:
|
|||
- gfortran -v
|
||||
- mpif90 -show
|
||||
- ./travis/config_nwchem.sh
|
||||
- ./travis/build_openblas.sh
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./travis/build_scalapack.sh ; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "os" ]]; then nohup bash -c "./travis/build_openblas.sh &" && sleep 3 && cat nohup.out; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./travis/build_openblas.sh; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./travis/build_scalapack.sh; fi
|
||||
- sleep 1
|
||||
script:
|
||||
- ./travis/compile_nwchem.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue