Skip to content
Snippets Groups Projects
Commit 781e72de authored by Joe Donofry's avatar Joe Donofry
Browse files

Update 2 files

- /.ci/macos/build.sh
- /.ci/macos/notarize.sh
parent fb671ff6
No related branches found
No related tags found
1 merge request!26Gitlab Apple Silicon Runner
Pipeline #5640 failed
......@@ -9,6 +9,7 @@ set -ue
QT_BASEPATH=(${HOME}/Qt/6.*/macos/)
PATH="${QT_BASEPATH}/bin/:${PATH}"
pipx ensurepath
. ~/.zshrc
export PATH
CMAKE_PREFIX_PATH="${QT_BASEPATH}/lib/cmake"
......
......@@ -8,6 +8,7 @@ set -u
# Add Qt binaries to path
export QTPATH=(${PATH}/Qt/6.*/macos/bin)
pipx ensurepath
. ~/.zshrc
export PATH=${QTPATH}:${PATH}
security unlock-keychain -p "${RUNNER_USER_PW}" login.keychain
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment