[git fast commit] 16. Feb 2018 - 10:53:33

This commit is contained in:
Sheppy 2018-02-16 10:53:33 +01:00
parent 0f639c8338
commit 04cb9364cf

View File

@ -34,7 +34,7 @@ before_script:
AuD: AuD:
script: script:
- make -C $CI_JOB_NAME - make -C $CI_JOB_NAME
- ./.check_artifacts.sh $CI_JOB_NAME/ddddd$aud - ./.checkartifacts.sh $CI_JOB_NAME/$aud
artifacts: artifacts:
paths: paths:
- $CI_JOB_NAME/$aud - $CI_JOB_NAME/$aud
@ -42,14 +42,16 @@ AuD:
FFI: FFI:
script: script:
- make -C $CI_JOB_NAME - make -C $CI_JOB_NAME
- .check_artifacts.sh $CI_JOB_NAME/$aud - ./.checkartifacts.sh $CI_JOB_NAME/$ffi
artifacts: artifacts:
paths: paths:
- $CI_JOB_NAME/$ffi - $CI_JOB_NAME/$ffi
GDS: GDS:
script: script:
*make - make -C $CI_JOB_NAME
- ./.checkartifacts.sh $CI_JOB_NAME/$gds1
- ./.checkartifacts.sh $CI_JOB_NAME/$gds2
artifacts: artifacts:
paths: paths:
- $CI_JOB_NAME/$gds1 - $CI_JOB_NAME/$gds1
@ -57,14 +59,19 @@ GDS:
GTI: GTI:
script: script:
*make - make -C $CI_JOB_NAME
- ./.checkartifacts.sh $CI_JOB_NAME/$gti
artifacts: artifacts:
paths: paths:
- $CI_JOB_NAME/$gti - $CI_JOB_NAME/$gti
IDB: IDB:
script: script:
*make - make -C $CI_JOB_NAME
- ./.checkartifacts.sh $CI_JOB_NAME/$idb1
- ./.checkartifacts.sh $CI_JOB_NAME/$idb2
- ./.checkartifacts.sh $CI_JOB_NAME/$idb3
- ./.checkartifacts.sh $CI_JOB_NAME/$idb4
artifacts: artifacts:
paths: paths:
- $CI_JOB_NAME/$idb1 - $CI_JOB_NAME/$idb1
@ -74,28 +81,33 @@ IDB:
KonzMod: KonzMod:
script: script:
*make - make -C $CI_JOB_NAME
- ./.checkartifacts.sh $CI_JOB_NAME/$konzmod
artifacts: artifacts:
paths: paths:
- $CI_JOB_NAME/$konzmod - $CI_JOB_NAME/$konzmod
MatheC1: MatheC1:
script: script:
*make - make -C $CI_JOB_NAME
- ./.checkartifacts.sh $CI_JOB_NAME/$mathec1
artifacts: artifacts:
paths: paths:
- $CI_JOB_NAME/$mathec1 - $CI_JOB_NAME/$mathec1
MatheC4: MatheC4:
script: script:
*make - make -C $CI_JOB_NAME
- ./.checkartifacts.sh $CI_JOB_NAME/$mathec4
artifacts: artifacts:
paths: paths:
- $CI_JOB_NAME/$mathec4 - $CI_JOB_NAME/$mathec4
RK: RK:
script: script:
*make - make -C $CI_JOB_NAME
- ./.checkartifacts.sh $CI_JOB_NAME/$rk1
- ./.checkartifacts.sh $CI_JOB_NAME/$rk2
artifacts: artifacts:
paths: paths:
- $CI_JOB_NAME/$rk1 - $CI_JOB_NAME/$rk1
@ -103,7 +115,14 @@ RK:
ThProg: ThProg:
script: script:
*make - make -C $CI_JOB_NAME
- ./.checkartifacts.sh $CI_JOB_NAME/$thprog1
- ./.checkartifacts.sh $CI_JOB_NAME/$thprog2
- ./.checkartifacts.sh $CI_JOB_NAME/$thprog3
- ./.checkartifacts.sh $CI_JOB_NAME/$thprog4
- ./.checkartifacts.sh $CI_JOB_NAME/$thprog5
- ./.checkartifacts.sh $CI_JOB_NAME/$thprog6
- ./.checkartifacts.sh $CI_JOB_NAME/$thprog7
artifacts: artifacts:
paths: paths:
- $CI_JOB_NAME/$thprog1 - $CI_JOB_NAME/$thprog1