Skip to content
Snippets Groups Projects
Commit 5c0269a9 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Fixing the build step

Not sure why, but before_script seems to always succeed even if a step fails.
parent b167e98b
No related branches found
No related tags found
1 merge request!24Fixing the build job
Pipeline #7715 canceled
...@@ -51,6 +51,7 @@ compile: ...@@ -51,6 +51,7 @@ compile:
needs: needs:
- ["env"] - ["env"]
script: script:
- mkdir -p build && cd build && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j20 && make install && cd ..
- echo "Build successful." - echo "Build successful."
.views: .views:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment