mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Put MacOs runner PATH and Qt6_DIR directly in runner config
This commit is contained in:
parent
6a5a2f02a6
commit
150da4d4c8
1 changed files with 0 additions and 2 deletions
|
|
@ -5,9 +5,7 @@
|
|||
|
||||
.build_all_script: &build_all_script |
|
||||
ccache -s
|
||||
export Qt6_DIR=~/Qt/${QT_OPEN_SOURCE_DIRECTORY:-proprietary}/$QT_MAC_VER/lib/cmake/Qt6
|
||||
echo $Qt6_DIR
|
||||
export PATH=~/Qt/${QT_OPEN_SOURCE_DIRECTORY:-proprietary}/$QT_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