Skip to content
Snippets Groups Projects

Fixing the build job

Merged Whitney Armstrong requested to merge ci_fix into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -51,6 +51,7 @@ compile:
needs:
- ["env"]
script:
- mkdir -p build && cd build && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local && make -j20 && make install && cd ..
- echo "Build successful."
.views:
Loading