Commit 0987b71c authored by Salko Jr, Robert's avatar Salko Jr, Robert
Browse files

Try again for artifacts

parent cfc0898d
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
before_script:
  - SRC_DIR=`pwd`

tests:
   type: test
   tags:
@@ -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