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

Update .gitlab-ci.yml file

mkdir ~/.ccache before make the config file
parent 1886b9f9
No related branches found
No related tags found
No related merge requests found
...@@ -63,6 +63,7 @@ default: ...@@ -63,6 +63,7 @@ default:
- - echo -e "\e[0Ksection_start:`date +%s`:ccache_config[collapsed=true]\r\e[0KSetting up ccache config" - - echo -e "\e[0Ksection_start:`date +%s`:ccache_config[collapsed=true]\r\e[0KSetting up ccache config"
- echo Adding ccache configution option - echo Adding ccache configution option
- mkdir --parents --verbose ~/.ccache
- touch ~/.ccache/ccache.conf - touch ~/.ccache/ccache.conf
- echo base_dir = "$PWD" | tee ~/.ccache/ccache.conf - echo base_dir = "$PWD" | tee ~/.ccache/ccache.conf
- echo cache_dir = "$PWD/ccache" | tee ~/.ccache/ccache.conf - echo cache_dir = "$PWD/ccache" | tee ~/.ccache/ccache.conf
......
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