mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Fix CI for 5.2 / mac
This commit is contained in:
parent
3e1e1a1739
commit
9d0de2e302
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue