Loading .gitlab-ci.yml +7 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ tests: type: test tags: - subkit_tests variables: BLD_NAME: "tests" BLD_DIR: "/tmp/$BLD_NAME" artifacts: paths: - LastTestsFailed.log Loading @@ -18,3 +21,7 @@ tests: - $SRC_DIR/config.sh $SRC_DIR - make -j4 - ctest -j4 after_script: - SRC_DIR=`pwd` - cd $BLD_DIR - cp $BLD_DIR/Testing/Temporary/* $SRC_DIR/ Loading
.gitlab-ci.yml +7 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ tests: type: test tags: - subkit_tests variables: BLD_NAME: "tests" BLD_DIR: "/tmp/$BLD_NAME" artifacts: paths: - LastTestsFailed.log Loading @@ -18,3 +21,7 @@ tests: - $SRC_DIR/config.sh $SRC_DIR - make -j4 - ctest -j4 after_script: - SRC_DIR=`pwd` - cd $BLD_DIR - cp $BLD_DIR/Testing/Temporary/* $SRC_DIR/