do long example runs only for development
This commit is contained in:
parent
3fc5d8c5f9
commit
f166ba4c9a
|
@ -286,10 +286,14 @@ Abaqus_compile2017:
|
||||||
###################################################################################################
|
###################################################################################################
|
||||||
SpectralExample:
|
SpectralExample:
|
||||||
stage: example
|
stage: example
|
||||||
|
only:
|
||||||
|
- development
|
||||||
script: SpectralAll_example/test.py
|
script: SpectralAll_example/test.py
|
||||||
|
|
||||||
AbaqusExample:
|
AbaqusExample:
|
||||||
stage: example
|
stage: example
|
||||||
|
only:
|
||||||
|
- development
|
||||||
script:
|
script:
|
||||||
- module load $IntelCompiler16_0 $Abaqus
|
- module load $IntelCompiler16_0 $Abaqus
|
||||||
- Abaqus_example/test.py
|
- Abaqus_example/test.py
|
||||||
|
|
Loading…
Reference in New Issue