Skip to content
Snippets Groups Projects
Commit ae615f26 authored by Patrick Louis S Connor's avatar Patrick Louis S Connor
Browse files

adding unit test

parent fa9b03f1
No related branches found
No related tags found
1 merge request!22Bugfix/crab
Pipeline #6938708 passed
...@@ -13,11 +13,14 @@ cmake: ...@@ -13,11 +13,14 @@ cmake:
stage: build stage: build
tags: tags:
- cvmfs - cvmfs
variables:
TERM: xterm
script: script:
- source /cvmfs/cms.cern.ch/cmsset_default.sh
- yum install -y cmake3 openssl-devel python3 zsh - yum install -y cmake3 openssl-devel python3 zsh
- source ./setup
- ./install.sh - ./install.sh
- cd CMSSW*/ - cd CMSSW*/
- shopt -s expand_aliases # allows aliases like cmsenv to be used - shopt -s expand_aliases # allows aliases like cmsenv to be used
- cmsenv - cmsenv
- python -c "import CRABAPI"
- scram b -j$(nproc) - scram b -j$(nproc)
...@@ -16,7 +16,6 @@ case "$(hostname)" in ...@@ -16,7 +16,6 @@ case "$(hostname)" in
tput setaf 2 tput setaf 2
echo "Environment set up for IIHE T2B cluster." echo "Environment set up for IIHE T2B cluster."
tput op tput op
source /cvmfs/cms.cern.ch/cmsset_default.sh
;; ;;
*) *)
tput setaf 3 tput setaf 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment