Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F7879305
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
View Options
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
Details
Attached
Mime Type
text/x-diff
Expires
Tue, Nov 19, 7:51 PM (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3805928
Default Alt Text
(1 KB)
Attached To
rCEPGEN CepGen - public repository
Event Timeline
Log In to Comment