Skip to content
Snippets Groups Projects

CI development

Merged Aaron Viets requested to merge aaron-viets/gstlal-calibration:CI-development into main
1 unresolved thread
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -49,6 +49,7 @@ dist:
- ./00init.sh
- ./configure --enable-gtk-doc $EXTRA_CONFIG_FLAGS
- make dist
- whereis latex
artifacts:
paths:
- gstlal-calibration-*.tar.*
@@ -128,6 +129,10 @@ test:
- dnf -y -q install python3-pytest
- dnf -y -q install framel
- dnf -y -q install git-all
- dnf -y -q install texlive-latex-base
- dnf -y -q install texlive-fonts-recommended
- dnf -y -q install texlive-fonts-extra
- dnf -y -q install texlive-latex-extra
script:
- export GST_DEBUG_DUMP_DOT_DIR=${CI_PROJECT_DIR}/tests/
# install our packages
Loading