Skip to content
Snippets Groups Projects
Commit c5e21d3f authored by Tomáš Pecka's avatar Tomáš Pecka Committed by Jan Trávníček
Browse files

CI: Adapt gitlab.ci

parent 27ef056d
No related branches found
No related tags found
No related merge requests found
...@@ -122,10 +122,14 @@ build:doc: ...@@ -122,10 +122,14 @@ build:doc:
stage: test stage: test
script: script:
- cd release - cd release
- make CTEST_OUTPUT_ON_FAILURE=1 test - mkdir reports
- make test ARGS="-j$(grep -c processor /proc/cpuinfo) --output-on-failure"
   
.test:push: &test-push .test:push: &test-push
<<: *test <<: *test
image: alpine:edge
before_script:
- apk add --no-cache bash bc coreutils python3 cmake make libexecinfo cppunit libxml2 tclap readline qt5-qtbase qt5-qtbase-x11 graphviz jsoncpp
except: except:
variables: variables:
- $SCHEDULED_NIGHTLY - $SCHEDULED_NIGHTLY
......
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