Loading .gitlab-ci.yml +7 −4 Original line number Diff line number Diff line before_script: - SRC_DIR=`pwd` tests: type: test tags: Loading @@ -15,12 +18,12 @@ tests: script: - pwd - SRC_DIR=`pwd` - mkdir -p build - cd build - mkdir -p $BLD_DIR - cd $BLD_DIR - rm -rf * - $SRC_DIR/config.sh $SRC_DIR - make -j4 - ctest -j4 - make -j16 - ctest -j16 after_script: - SRC_DIR=`pwd` - cd $BLD_DIR Loading Loading
.gitlab-ci.yml +7 −4 Original line number Diff line number Diff line before_script: - SRC_DIR=`pwd` tests: type: test tags: Loading @@ -15,12 +18,12 @@ tests: script: - pwd - SRC_DIR=`pwd` - mkdir -p build - cd build - mkdir -p $BLD_DIR - cd $BLD_DIR - rm -rf * - $SRC_DIR/config.sh $SRC_DIR - make -j4 - ctest -j4 - make -j16 - ctest -j16 after_script: - SRC_DIR=`pwd` - cd $BLD_DIR Loading