Skip to content
Snippets Groups Projects
Commit 35f54a53 authored by Alexander Pace's avatar Alexander Pace
Browse files

Debugging the offline tutorial test.

parent e1977c12
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,7 @@ level0:gstlal:
paths:
- ${GSTLAL_DIR}
- gstlal
when: always
only:
- pushes
- schedules
......@@ -88,6 +89,7 @@ level1:gstlal-ugly:
paths:
- ${GSTLAL_DIR}
- gstlal-ugly
when: always
only:
- pushes
- schedules
......@@ -108,6 +110,7 @@ level2:gstlal-calibration:
paths:
- ${GSTLAL_DIR}
- gstlal-calibration
when: always
only:
- pushes
- schedules
......@@ -128,6 +131,7 @@ level2:gstlal-inspiral:
paths:
- ${GSTLAL_DIR}
- gstlal-inspiral
when: always
only:
- pushes
- schedules
......@@ -160,11 +164,13 @@ offline-test:
- level2:gstlal-inspiral
script:
- cd gstlal-inspiral/tests
- ls -lth ${GSTLAL_DIR}/lib
- make -f Makefile_offline_tutorial_test
artifacts:
expire_in: 3h
paths:
- gstlal-inspiral/tests
when: always
only:
- pushes
- schedules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment