scp hack between host and guest to get VBox going [travis skip]

This commit is contained in:
edoapra 2019-11-22 14:52:03 -08:00
parent 5f6a81ee02
commit ebce8a0d01
No known key found for this signature in database
GPG key ID: 48E12DA1EDE9E1B0

View file

@ -55,6 +55,7 @@ variables:
script:
- export NWCHEM_TOP=$CI_PROJECT_DIR
- if [ "$(lsb_release -i|cut -c 17-)" == "CentOS" ]; then export NWCHEM_TOP=$HOME/$CI_PROJECT_DIR ; fi
- if [ "$(lsb_release -i|cut -c 17-)" == "CentOS" ]; then mkdir -p $NWCHEM_TOP/bin/LINUX64 ; scp edo@10.0.2.2:gitlab/nwchem_centos8 $NWCHEM_TOP/bin/LINUX64/nwchem ; fi
- if [ "$FC" == "ifort" ]; then source /opt/intel/compilers_and_libraries_2018/linux/bin/compilervars.sh intel64; fi
- if [ "$FC" == "ifort" ]; then export NWCHEM_EXECUTABLE=${NWCHEM_TOP}/../binaries/nwchem_intel; fi
- if [ "$FC" == "flang" ]; then export NWCHEM_EXECUTABLE=${NWCHEM_TOP}/../binaries/nwchem_flang; fi
@ -104,7 +105,8 @@ linux64_centos8:build_gcc:
SCALAPACK_LIB: "-L/usr/lib64/mpich/lib -lscalapack"
PATH: "/usr/lib64/mpich/bin/:/usr/bin:/bin:."
ARMCI_NETWORK: "MPI-TS"
tags:
after_script:
- scp ${NWCHEM_TOP}/bin/LINUX64/nwchem edo@10.0.2.2:gitlab/nwchem_centos8
- centos8
linux64_ubuntu:build_gcc: