Update .gitlab-ci.yml file

mkdir ~/.ccache before make the config file
This commit is contained in:
Alam Ed Arias 2023-10-14 14:29:57 +00:00
parent 1886b9f945
commit 2e4d5b6fa9

View file

@ -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