Skip to content
Snippets Groups Projects
Commit d6771b2d authored by Andrea Michelotti's avatar Andrea Michelotti
Browse files

calc processors, ccs compilation after test

parent 8bbb6db3
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -9,7 +9,7 @@ before_script:
- export NOW=$(date +"%Y%m%d-%H%M%S")
- export TAR_NAME_POSTFIX=$NOW
- export SYSTEM=`uname -s`
- if [ $SYSTEM == "Linux" ];then export NPROC=`nproc`;else export NPROC=4;fi
- if [ "$SYSTEM" == "Linux" ];then export NPROC=`nproc`;else export NPROC=4;fi;
- echo "$CI_JOB_NAME Working directory:$PWD tag $CI_COMMIT_REF_NAME System: $SYSTEM CPUS:$NPROC"
- export ARCH=`uname -m`
- eval export `cat /etc/*-release|grep -e "^VERSION_ID="|tr -d "\" "`
......
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