Syncronized actions

This commit is contained in:
Eric Kotato 2020-06-03 11:58:45 +03:00
parent ed5085d494
commit b870632acd
2 changed files with 3 additions and 2 deletions

View file

@ -490,10 +490,10 @@ jobs:
perl init-repository --module-subset=qtbase,qtwayland,qtimageformats,qtsvg,qttools,qtx11extras
git submodule update qtbase qtwayland qtimageformats qtsvg qttools qtx11extras
cd qtbase
git apply ../../patches/qtbase_${QT}.diff
find ../../patches/qtbase_${QT} -type f -print0 | sort -z | xargs -r0 git apply
cd ..
cd qtwayland
git apply ../../patches/qtwayland_${QT}.diff
find ../../patches/qtwayland_${QT} -type f -print0 | sort -z | xargs -r0 git apply
cd ..
./configure -prefix /usr/local \

View file

@ -80,6 +80,7 @@ jobs:
xcodebuild -version > CACHE_KEY.txt
echo $MANUAL_CACHING >> CACHE_KEY.txt
echo "$GITHUB_WORKSPACE" >> CACHE_KEY.txt
if [ "$AUTO_CACHING" == "1" ]; then
thisFile=$REPO_NAME/.github/workflows/mac-packaged.yml
echo `md5 -q $thisFile` >> CACHE_KEY.txt