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

Update 2 files

- /.ci/macos/build.sh
- /.ci/macos/notarize.sh
parent 899c868d
No related branches found
No related tags found
1 merge request!26Gitlab Apple Silicon Runner
Pipeline #5638 failed
......@@ -8,6 +8,7 @@ set -ue
# Add Qt binaries to path
QT_BASEPATH=(${HOME}/Qt/6.*/macos/)
PATH="${QT_BASEPATH}/bin/:${PATH}"
pipx ensurepath
export PATH
CMAKE_PREFIX_PATH="${QT_BASEPATH}/lib/cmake"
......
......@@ -7,6 +7,7 @@ set -u
# Add Qt binaries to path
export QTPATH=(${PATH}/Qt/6.*/macos/bin)
pipx ensurepath
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