adopting to new installation and test

This commit is contained in:
Martin Diehl 2017-04-18 05:29:00 +02:00
parent a5f8c5ba32
commit 32722a3d77
1 changed files with 4 additions and 4 deletions

View File

@ -88,7 +88,7 @@ checkout:
- git checkout $CI_COMMIT_SHA - git checkout $CI_COMMIT_SHA
- git clone -q git@magit1.mpie.de:damask/PRIVATE.git - git clone -q git@magit1.mpie.de:damask/PRIVATE.git
- source $DAMASKROOT/DAMASK_env.sh - source $DAMASKROOT/DAMASK_env.sh
- make install - make processing
except: except:
- master - master
- release - release
@ -184,7 +184,7 @@ Compile_Intel:
stage: compileSpectralIntel stage: compileSpectralIntel
script: script:
- module load $IntelCompiler $MPICH_Intel $PETSc_MPICH_Intel - module load $IntelCompiler $MPICH_Intel $PETSc_MPICH_Intel
- SpectralAll_compileIfort/test.py - SpectralAll_compile/test.py
except: except:
- master - master
- release - release
@ -194,7 +194,7 @@ Compile_GNU:
stage: compileSpectralGNU stage: compileSpectralGNU
script: script:
- module load $GNUCompiler $MPICH_GNU $PETSc_MPICH_GNU - module load $GNUCompiler $MPICH_GNU $PETSc_MPICH_GNU
- SpectralAll_compileGfortran/test.py - SpectralAll_compile/test.py
except: except:
- master - master
- release - release
@ -204,7 +204,7 @@ Compile_Intel_Prepare:
stage: prepareSpectral stage: prepareSpectral
script: script:
- module load $IntelCompiler $MPICH_Intel $PETSc_MPICH_Intel - module load $IntelCompiler $MPICH_Intel $PETSc_MPICH_Intel
- make -C $DAMASKROOT clean spectral install tidy - make clean spectral processing
except: except:
- master - master
- release - release