Skip to content
Snippets Groups Projects

Fixing the build job

Merged Whitney Armstrong requested to merge ci_fix into master
1 file
+ 21
20
Compare changes
  • Side-by-side
  • Inline
+ 21
20
@@ -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:
@@ -103,24 +104,24 @@ detector:config_testing:
@@ -103,24 +104,24 @@ detector:config_testing:
- cat doc/overlap_check.out
- cat doc/overlap_check.out
allow_failure: true
allow_failure: true
benchmarks:reconstruction:
#benchmarks:reconstruction:
stage: deploy
# stage: deploy
variables:
# variables:
JUGGLER_DETECTOR: "$JUGGLER_DETECTOR"
# JUGGLER_DETECTOR: "$JUGGLER_DETECTOR"
JUGGLER_DETECTOR_VERSION: "$JUGGLER_DETECTOR_VERSION"
# JUGGLER_DETECTOR_VERSION: "$JUGGLER_DETECTOR_VERSION"
trigger:
# trigger:
project: EIC/benchmarks/reconstruction_benchmarks
# project: EIC/benchmarks/reconstruction_benchmarks
strategy: depend
# strategy: depend
needs: ["env","overlap_check","report"]
# needs: ["env","overlap_check","report"]
#
#
benchmarks:physics:
#benchmarks:physics:
stage: deploy
# stage: deploy
variables:
# variables:
JUGGLER_DETECTOR: "$JUGGLER_DETECTOR"
# JUGGLER_DETECTOR: "$JUGGLER_DETECTOR"
JUGGLER_DETECTOR_VERSION: "$JUGGLER_DETECTOR_VERSION"
# JUGGLER_DETECTOR_VERSION: "$JUGGLER_DETECTOR_VERSION"
trigger:
# trigger:
project: EIC/benchmarks/physics_benchmarks
# project: EIC/benchmarks/physics_benchmarks
strategy: depend
# strategy: depend
needs: ["env","overlap_check","report"]
# needs: ["env","overlap_check","report"]
Loading