Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
73cfe7b9 by Konstantin Pavlov at 2021-06-12T11:27:54+00:00
CI: apple: re-use before_script and after_script from the default job

- - - - -


1 changed file:

- extras/ci/gitlab-ci.yml


Changes:

=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -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



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/73cfe7b94577c5958bcad17011dcc706592dad38

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/73cfe7b94577c5958bcad17011dcc706592dad38
You're receiving this email because of your account on code.videolan.org.


_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to