Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F7878958
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
774 B
Subscribers
None
View Options
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0ae41c0..645b5ca 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,20 +1,20 @@
stages:
- compile
-# - test
+ - test
compile:
image: gitlab-registry.cern.ch/lforthom/custom_ci_worker:cc7
stage: compile
before_script:
- - yum install -y -q gsl gsl-devel libgfortran gcc-gfortran
+ #- yum install -y -q gsl gsl-devel libgfortran gcc-gfortran
- mkdir build
- cd build
script:
- cmake -D CMAKE_MODULE_PATH=$PWD ..
- make -j 4
-#test:
-# stage: test
-# script:
-# - make test/probe_physics_processes
-# - test/probe_physics_processes lpair elastic
+test:
+ stage: test
+ script:
+ - make probe_physics_processes
+ - test/probe_physics_processes lpair elastic
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Tue, Nov 19, 7:04 PM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3805754
Default Alt Text
(774 B)
Attached To
rCEPGEN CepGen - public repository
Event Timeline
Log In to Comment