Skip to content
Snippets Groups Projects

Limitted support for v91f

Merged Ulrich Schwickerath requested to merge v91 into master
Files
20
+ 41
1
@@ -22,6 +22,8 @@ dstana_al8_32:
stage: dstana
dependencies:
- cernlib_al8_32
needs:
- cernlib_al8_32
before_script:
- umask 022
- export LEGACY=' -m32 '
@@ -39,6 +41,8 @@ ddb_al8_32:
stage: ddb
dependencies:
- cernlib_al8_32
needs:
- cernlib_al8_32
before_script:
- umask 022
- export LEGACY=' -m32 '
@@ -58,13 +62,17 @@ lep1simana_al8_32:
- cernlib_al8_32
- dstana_al8_32
- ddb_al8_32
needs:
- cernlib_al8_32
- dstana_al8_32
- ddb_al8_32
before_script:
- umask 022
- export LEGACY=' -m32 '
script:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- . /etc/kinit.sh ; klist
- path=`pwd`; export DELPHI_INSTALL_DIR=$path/d; make v95d v94c v93d v92e
- path=`pwd`; export DELPHI_INSTALL_DIR=$path/d; make v95d v94c v93d v92e v91f v90e
artifacts:
paths:
- d
@@ -77,6 +85,10 @@ lep2simana_al8_32:
- cernlib_al8_32
- dstana_al8_32
- ddb_al8_32
needs:
- cernlib_al8_32
- dstana_al8_32
- ddb_al8_32
before_script:
- umask 022
- export LEGACY=' -m32 '
@@ -95,6 +107,9 @@ delgra_al8_32:
dependencies:
- cernlib_al8_32
- dstana_al8_32
needs:
- cernlib_al8_32
- dstana_al8_32
before_script:
- umask 022
- export LEGACY=' -m32 '
@@ -116,6 +131,11 @@ des_al8_32:
- dstana_al8_32
- lep1simana_al8_32
- lep2simana_al8_32
needs:
- cernlib_al8_32
- dstana_al8_32
- lep1simana_al8_32
- lep2simana_al8_32
before_script:
- umask 022
- export LEGACY=' -m32 '
@@ -138,6 +158,9 @@ idea_al8_32:
dependencies:
- cernlib_al8_32
- dstana_al8_32
needs:
- cernlib_al8_32
- dstana_al8_32
script:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- echo "${CI_PASSWD}" | kinit ${CI_USER}@CERN.CH
@@ -163,6 +186,15 @@ tests_al8_32:
- delgra_al8_32
- idea_al8_32
- ddb_al8_32
needs:
- cernlib_al8_32
- dstana_al8_32
- lep1simana_al8_32
- lep2simana_al8_32
- des_al8_32
- delgra_al8_32
- idea_al8_32
- ddb_al8_32
script:
- echo "[http]" > ~/.gitconfig; echo " emptyAuth = true" >> ~/.gitconfig; echo >> ~/.gitconfig
- echo "${CI_PASSWD}" | kinit ${CI_USER}@CERN.CH
@@ -179,6 +211,14 @@ binaries_al8_32:
- des_al8_32
- delgra_al8_32
- idea_al8_32
needs:
- cernlib_al8_32
- dstana_al8_32
- lep1simana_al8_32
- lep2simana_al8_32
- des_al8_32
- delgra_al8_32
- idea_al8_32
before_script:
- umask 022
script:
Loading