IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 4ec84e34 authored by ralfulrich's avatar ralfulrich
Browse files

added system check in CI

parent 24e3c6eb
No related branches found
No related tags found
1 merge request!373Less verbose testing
Pipeline #4839 canceled
......@@ -26,6 +26,7 @@ variables:
# handled explicitly
#
stages:
- system
- quality
- config
- build
......@@ -38,6 +39,14 @@ stages:
- optional
check_system:
stage: system
tags:
- corsika
script:
- uname -a
- ldd --version
####### CODE QUALITY CHECK ##############
......
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