Skip to content
Snippets Groups Projects
Commit f3c60857 authored by Administrator's avatar Administrator
Browse files

Use newest CMake version for CI

The CMake version 3.13.4 has a problem to cut the length of test results
to be uploaded to CDash. Using CMake 3.19.1 fixes the problem.
parent a058276b
No related branches found
No related tags found
1 merge request!178Fix CI runner
...@@ -112,7 +112,7 @@ CbmRoot_Continuous: ...@@ -112,7 +112,7 @@ CbmRoot_Continuous:
- echo "export BUILDDIR=$PWD/build" >> Dart.cfg - echo "export BUILDDIR=$PWD/build" >> Dart.cfg
- echo "export SOURCEDIR=$PWD" >> Dart.cfg - echo "export SOURCEDIR=$PWD" >> Dart.cfg
- echo "export NCPU=5" >> Dart.cfg - echo "export NCPU=5" >> Dart.cfg
- echo "export PATH=\$SIMPATH/bin:$PATH" >> Dart.cfg - echo "export PATH=/cvmfs/it.gsi.de/cmake/3.19.1/bin:$PATH" >> Dart.cfg
- ls - ls
- pwd - pwd
- cat Dart.cfg - cat Dart.cfg
...@@ -145,7 +145,7 @@ CbmRoot_Merge: ...@@ -145,7 +145,7 @@ CbmRoot_Merge:
- echo "export BUILDDIR=$PWD/build" >> Dart.cfg - echo "export BUILDDIR=$PWD/build" >> Dart.cfg
- echo "export SOURCEDIR=$PWD" >> Dart.cfg - echo "export SOURCEDIR=$PWD" >> Dart.cfg
- echo "export NCPU=5" >> Dart.cfg - echo "export NCPU=5" >> Dart.cfg
- echo "export PATH=\$SIMPATH/bin:$PATH" >> Dart.cfg - echo "export PATH=/cvmfs/it.gsi.de/cmake/3.19.1/bin:$PATH" >> Dart.cfg
- ls - ls
- pwd - pwd
- cat Dart.cfg - cat Dart.cfg
......
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