Skip to content
Snippets Groups Projects
Commit 73cfe7b9 authored by Konstantin Pavlov's avatar Konstantin Pavlov Committed by Jean-Baptiste Kempf
Browse files

CI: apple: re-use before_script and after_script from the default job

parent 304dcb43
No related branches found
No related tags found
1 merge request!247CI: apple: re-use before_script and after_script from the default job
Pipeline #106094 passed with stage
in 15 minutes and 11 seconds
......@@ -324,6 +324,7 @@ raspbian-arm:
CCACHE_CPP2: 'true'
VLC_CCACHE_BINS_PATH: '/Users/videolanci/sandbox/bin/ccache/bin'
before_script:
- !reference [default, before_script]
- |
if [ -x "${VLC_CCACHE_BINS_PATH}/ccache" ]; then
${VLC_CCACHE_BINS_PATH}/ccache --zero-stats
......@@ -333,6 +334,7 @@ raspbian-arm:
unset VLC_CCACHE_BINS_PATH
fi
after_script:
- !reference [default, after_script]
- |
if [ -x "${VLC_CCACHE_BINS_PATH}/ccache" ]; then
${VLC_CCACHE_BINS_PATH}/ccache --show-stats
......
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