Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F8723479
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
860 B
Subscribers
None
View Options
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..7483d5c
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,34 @@
+before_script:
+ - mkdir build
+ - cd build
+ - source /cvmfs/pheno.egi.eu/HEJ/HEJ_env.sh && echo "sourced"
+ - cmake .. -DCMAKE_BUILD_TYPE=DEBUG
+
+basic:
+ image: hejdock/hepenv
+ script:
+ - make -j 8
+ - make test
+ - bash -c '[ -f tst.lhe ]' && echo "found LHE output"
+ tags:
+ - docker
+
+rivet:
+ image: hejdock/rivetenv
+ script:
+ - make -j 8
+ - make test
+ - bash -c '[ -f tst.hepmc ]' && echo "found HepMC2 output"
+ - bash -c '[ -f tst.yoda ]' && echo "found rivet output"
+ - rivet-cmphistos tst.yoda
+ - bash -c '[ -f MC_XS_XS.dat ]' && echo "yoda not empty"
+ tags:
+ - docker
+
+QCDloop:
+ image: hejdock/qcdloopenv
+ script:
+ - make -j 8
+ - make test
+ tags:
+ - docker
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Jan 20, 8:37 PM (16 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4242270
Default Alt Text
(860 B)
Attached To
rHEJ HEJ
Event Timeline
Log In to Comment