Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nheko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
nheko
Commits
9e42631c
Commit
9e42631c
authored
1 year ago
by
Joe Donofry
Browse files
Options
Downloads
Patches
Plain Diff
Update 2 files
- /.gitlab-ci.yml - /.ci/macos/Brewfile
parent
4598dbf0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!26
Gitlab Apple Silicon Runner
Pipeline
#5633
failed
1 year ago
Stage: build
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.ci/macos/Brewfile
+1
-0
1 addition, 0 deletions
.ci/macos/Brewfile
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
3 additions
and
2 deletions
.ci/macos/Brewfile
+
1
−
0
View file @
9e42631c
...
...
@@ -10,3 +10,4 @@ brew "openssl"
brew "nlohmann_json"
brew "gstreamer"
brew "qtkeychain"
brew "pipx"
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
2
−
2
View file @
9e42631c
...
...
@@ -268,7 +268,7 @@ build-macos-as:
-
brew update-reset
-
unset HOMEBREW_NO_AUTO_UPDATE
-
brew bundle --file .ci/macos/Brewfile
-
pip
3
install aqtinstall
-
pip
x
install aqtinstall
-
mkdir $HOME/Qt
-
aqt install-qt --outputdir $HOME/qt mac desktop 6.6 clang_64 -m qtlocation qtimageformats qtmultimedia qtpositioning qtshadertools
script
:
...
...
@@ -279,7 +279,7 @@ build-macos-as:
.codesign-macos
:
&codesign_macos
stage
:
sign
before_script
:
-
pip
3
install dmgbuild
-
pip
x
install dmgbuild
tags
:
[
macos
]
script
:
-
export QTPATH=(/Users/jdonof/Qt/6.*/macos/bin)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment