Page MenuHomeHEPForge

No OneTemporary

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 84af41f..cafc8d4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,57 +1,57 @@
stages:
- compile
- test
image: gitlab-registry.cern.ch/lforthom/custom_ci_worker:cc7
compile:
stage: compile
before_script:
#- yum install -y -q gsl gsl-devel libgfortran gcc-gfortran
- mkdir build
- cd build
script:
- cmake ..
- make -j 4
artifacts:
paths:
- build/
# define all the tests
test_vegas:
stage: test
dependencies:
- compile
before_script:
- cd build
script:
- - make -j 4 test_vegas
+ - make test_vegas
- test/test_vegas
when: on_success
allow_failure: true
test_cross_sections:
stage: test
dependencies:
- compile
before_script:
- cd build
script:
- - make -j 4 test_physics_processes
+ - make test_physics_processes
- test/test_physics_processes
when: on_success
allow_failure: true
test_function_parser:
stage: test
dependencies:
- compile
before_script:
- cd build
script:
- - make -j 4 test_function_parser test_function_parser_rootcomp
+ - make test_function_parser test_function_parser_rootcomp
- test/test_function_parser && test/test_function_parser_rootcomp
when: on_success
allow_failure: false

File Metadata

Mime Type
text/x-diff
Expires
Tue, Nov 19, 7:51 PM (1 d, 7 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3805928
Default Alt Text
(1 KB)

Event Timeline