Skip to content
Snippets Groups Projects
Commit 2fe5755f authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

Update .gitlab-ci.yml file

Fix CCACHE_STATSLOG?
parent d3d3ee54
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,8 @@ stages: # List of stages for jobs, and their order of execution
- export CCACHE_BASEDIR="$PWD"
- export CCACHE_DIR="$PWD/ccache"
- export CCACHE_COMPILERCHECK=content
- export CCACHE_STATSLOG=CCACHE_DIR="$PWD/ccache_statslog"
- export CCACHE_STATS=true
- export CCACHE_STATSLOG="$PWD/ccache_statslog"
.aptcache_Scripts: &aptcache
- export APT_CACHE_DIR=`pwd`/apt-cache
......
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