Skip to content
Snippets Groups Projects
Commit 60c82f2a authored by Aaron Viets's avatar Aaron Viets
Browse files

remove ccache from .gitlab-ci.yml?

parent af3053af
No related branches found
No related tags found
1 merge request!1CI development
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
...@@ -26,10 +26,10 @@ variables: ...@@ -26,10 +26,10 @@ variables:
# don't need git history # don't need git history
GIT_DEPTH: 1 GIT_DEPTH: 1
cache: #cache:
key: $CI_JOB_NAME # key: $CI_JOB_NAME
paths: # paths:
- ccache # - ccache
stages: stages:
- distribution - distribution
...@@ -49,8 +49,6 @@ dist: ...@@ -49,8 +49,6 @@ dist:
- ./00init.sh - ./00init.sh
- ./configure --enable-gtk-doc $EXTRA_CONFIG_FLAGS - ./configure --enable-gtk-doc $EXTRA_CONFIG_FLAGS
- make dist - make dist
- pwd
- ls
artifacts: artifacts:
paths: paths:
- gstlal-calibration-*.tar.* - gstlal-calibration-*.tar.*
......
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