Fix CI for 5.2 / mac

This commit is contained in:
Christophe Deschamps 2024-10-17 07:06:44 +02:00 committed by Julien Wadel
parent 3e1e1a1739
commit 9d0de2e302

View file

@ -5,9 +5,9 @@
.build_all_script: &build_all_script |
ccache -s
export Qt5_DIR=~/Qt/$QT_MAC_VER/lib/cmake/Qt5
export Qt5_DIR=~/Qt/$QT5_MAC_VER/lib/cmake/Qt5
echo $Qt5_DIR
export PATH=~/Qt/$QT_MAC_VER/bin:$PATH
export PATH=~/Qt/$QT5_MAC_VER/bin:$PATH
echo $PATH
if [ -d "build" ]; then rm -rf build; fi;
mkdir -p build/OUTPUT