Skip to content
Snippets Groups Projects
Commit b4a2dc93 authored by Duncan Meacher's avatar Duncan Meacher
Browse files

Update .gitlab-ci.yml, set GSTLAL_FIR_WHITEN=0

parent a1ee3689
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ before_script:
# Define build and linking parameters:
- export CFLAGS="-O3 -fPIC -march=native -I${GSTLAL_DIR}/include"
- export LDFLAGS="-L${GSTLAL_DIR}/lib -L${GSTLAL_DIR}/lib64 ${LDFLAGS}"
- export GSTLAL_FIR_WHITEN=1
- export GSTLAL_FIR_WHITEN=0
cache:
key: $CI_JOB_NAME
......
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