IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 10413d2f authored by ralfulrich's avatar ralfulrich
Browse files

make -j4 install

parent 05700e3e
No related branches found
No related tags found
No related merge requests found
...@@ -362,7 +362,7 @@ install-clang-8: ...@@ -362,7 +362,7 @@ install-clang-8:
- cmake --build . -- -j4 - cmake --build . -- -j4
- set -o pipefail - set -o pipefail
- ctest -j4 - ctest -j4
- make install - make -j4 install
- mkdir -p build_examples - mkdir -p build_examples
- cd build_examples - cd build_examples
- cmake -DCMAKE_BUILT_TYPE=Release ../install/share/corsika/examples - cmake -DCMAKE_BUILT_TYPE=Release ../install/share/corsika/examples
......
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