Skip to content
Snippets Groups Projects
Commit 027bcf0b authored by Ed Maros's avatar Ed Maros
Browse files

Added target to test out changes locally.

parent f0acf98c
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,7 @@ stages:
- level2
- test
- nightly-pages
- verify
level0:gstlal:
image: aepace/gstlal-dev:stretch-mkl
......@@ -158,6 +159,59 @@ level2:gstlal-burst:
- pushes
- schedules
gstlal-verify:
image: aepace/gstlal-dev:stretch-mkl
stage: verify
script:
# -------------------------------------------------------------------
# gstlal
# -------------------------------------------------------------------
#- echo "$PWD" > ./pwd_output.out
- cd gstlal
- ./00init.sh
- ./configure --prefix=${GSTLAL_DIR}
- make
- make install
- cd ..
# -------------------------------------------------------------------
# gstlal-ugly
# -------------------------------------------------------------------
- cd gstlal-ugly
- ./00init.sh
- ./configure --prefix=${GSTLAL_DIR}
- make
- make install
- cd ..
# -------------------------------------------------------------------
# gstlal-calibration
# -------------------------------------------------------------------
- cd gstlal-calibration
- ./00init.sh
- ./configure --prefix=${GSTLAL_DIR}
- make
- make install
- cd ..
# -------------------------------------------------------------------
# gstlal-inspiral
# -------------------------------------------------------------------
- cd gstlal-inspiral
- ./00init.sh
- ./configure --prefix=${GSTLAL_DIR}
- make
- make install
- cd ..
# -------------------------------------------------------------------
# gstlal-burst
# -------------------------------------------------------------------
- cd gstlal-burst
- ./00init.sh
- ./configure --prefix=${GSTLAL_DIR}
- make
- make install
- cd ..
only:
- manual
test:gstlal:
image: aepace/gstlal-dev:stretch-mkl
stage: test
......
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