Skip to content
Snippets Groups Projects
Commit 92e0c8ff authored by Patrick Godwin's avatar Patrick Godwin Committed by Kipp Cannon
Browse files

.gitlab-ci.yml: get ROM data to run unit tests in gstlal:test

parent a2d30ca0
No related branches found
No related tags found
No related merge requests found
......@@ -223,6 +223,13 @@ test:gstlal:
- level0:gstlal
script:
- export GSTLAL_FIR_WHITEN=0
# Get the necessary ROM data:
- git lfs install
- git clone https://git.ligo.org/lscsoft/lalsuite-extra.git ${GSTLAL_DIR}/lalsuite-extra
- export LAL_DATA_PATH=${GSTLAL_DIR}/lalsuite-extra/data/lalsimulation/
# Run doctests
- apt-get install -y python-pytest
- cd gstlal
- python -m pytest -v --doctest-modules --ignore gst/python --ignore port-tools --ignore tests --ignore python/misc.py --ignore python/pipeparts/__init__.py --ignore python/matplotlibhelper.py
......
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