Skip to content
Snippets Groups Projects
Commit 2653df7e authored by Florian Fischer's avatar Florian Fischer
Browse files

[CI] print the number of available CPUs

parent c7670d99
No related branches found
No related tags found
1 merge request!290[CI] print the number of available CPUs
...@@ -2,6 +2,7 @@ image: "flowdalic/debian-testing-dev:1.17" ...@@ -2,6 +2,7 @@ image: "flowdalic/debian-testing-dev:1.17"
before_script: before_script:
- ulimit -a - ulimit -a
- nproc
- | - |
readarray TOOLS <<EOF readarray TOOLS <<EOF
c++ c++
......
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