Skip to content
Snippets Groups Projects
Commit 6808a034 authored by MADELA Patrick's avatar MADELA Patrick
Browse files

Try to remove release option to check if impact build performance

parent 16718cc8
No related branches found
No related tags found
No related merge requests found
Pipeline #1076 failed
......@@ -16,7 +16,7 @@ stages:
- echo "$(cat cmake-${CMAKE_VERSION}-SHA-256.txt | grep cmake-${CMAKE_VERSION}.tar.gz)" | sha256sum --check --status
- tar -xzf cmake-${CMAKE_VERSION}.tar.gz
- cd cmake-${CMAKE_VERSION}
- ./bootstrap --prefix=${CI_PROJECT_DIR}/${NAME} --parallel=4 -- -DCMAKE_BUILD_TYPE:STRING=Release
- ./bootstrap --prefix=${CI_PROJECT_DIR}/${NAME} --parallel=2
- make
- make install
artifacts:
......
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