IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 92dbf62a authored by Lukas Nellen's avatar Lukas Nellen :footprints:
Browse files

Merge branch 'ci-testing' into 'master'

CI testing

See merge request AirShowerPhysics/corsika!86
parents e439d5ab 435cf5cb
No related branches found
No related tags found
No related merge requests found
image: ubuntu:bionic
image: corsika/devel:u-18.04
variables:
GIT_SSL_NO_VERIFY: "1"
before_script:
- apt-get update --yes
- apt-get install --yes cmake libboost-dev libeigen3-dev python3 gfortran
- apt-get install --yes doxygen graphviz
build:
stage: build
tags:
......@@ -16,7 +11,7 @@ build:
- mkdir build
- cd build
- cmake ..
- cmake --build .
- cmake --build . -- -j 4
- ctest -j4 -V >& test.log
after_script:
- cd build
......
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