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
+ 4
6
Compare changes
  • Side-by-side
  • Inline
+ 4
6
@@ -26,10 +26,10 @@ variables:
# don't need git history
GIT_DEPTH: 1
cache:
key: $CI_JOB_NAME
paths:
- ccache
#cache:
# key: $CI_JOB_NAME
# paths:
# - ccache
stages:
- distribution
@@ -49,8 +49,6 @@ dist:
- ./00init.sh
- ./configure --enable-gtk-doc $EXTRA_CONFIG_FLAGS
- make dist
- pwd
- ls
artifacts:
paths:
- gstlal-calibration-*.tar.*
Loading