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

Update file .gitlab-ci.yml

parent 9e42631c
No related branches found
No related tags found
1 merge request!26Gitlab Apple Silicon Runner
Pipeline #5635 failed
......@@ -269,6 +269,7 @@ build-macos-as:
- unset HOMEBREW_NO_AUTO_UPDATE
- brew bundle --file .ci/macos/Brewfile
- pipx install aqtinstall
- pipx ensurepath
- mkdir $HOME/Qt
- aqt install-qt --outputdir $HOME/qt mac desktop 6.6 clang_64 -m qtlocation qtimageformats qtmultimedia qtpositioning qtshadertools
script:
......@@ -280,6 +281,7 @@ build-macos-as:
stage: sign
before_script:
- pipx install dmgbuild
- pipx ensurepath
tags: [macos]
script:
- export QTPATH=(/Users/jdonof/Qt/6.*/macos/bin)
......
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