mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-24 21:31:46 +00:00
Update .gitlab-ci.yml file
I need to make the .ccache folder
This commit is contained in:
parent
e6044ec9f1
commit
dee306c58b
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ default:
|
|||
|
||||
- - echo -e "\e[0Ksection_start:`date +%s`:ccache_config[collapsed=true]\r\e[0KSetting up ccache config"
|
||||
- echo Adding ccache configution option
|
||||
- mkdir --parents --verbose ~/.ccache/
|
||||
- touch ~/.ccache/ccache.conf
|
||||
- echo base_dir = $PWD | tee --append ~/.ccache/ccache.conf
|
||||
- echo cache_dir = $PWD/ccache | tee --append ~/.ccache/ccache.conf
|
||||
|
|
Loading…
Reference in a new issue