Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
melonDS
Commits
a135557b
Commit
a135557b
authored
Jul 22, 2021
by
WaluigiWare64
Browse files
Add ARM64 Mac CI file
parent
ab48461d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/azure-workflows/build-mac-arm64.yml
0 → 100644
View file @
a135557b
trigger
:
-
master
pool
:
name
:
Default
demands
:
-
agent.name -equals MacStadium-ARM64-Mac
steps
:
-
script
:
mkdir $(Pipeline.Workspace)/build
displayName
:
'
Create
build
environment'
-
script
:
cmake $(Build.SourcesDirectory) -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_PREFIX_PATH="$(brew --prefix qt@6);$(brew --prefix libarchive)" -DMACOS_BUNDLE_LIBS=ON -DMACOS_BUILD_DMG=ON -DUSE_QT6=ON
displayName
:
'
Configure'
workingDirectory
:
$(Pipeline.Workspace)/build
-
script
:
make -j$(sysctl -n hw.logicalcpu)
displayName
:
'
Make'
workingDirectory
:
$(Pipeline.Workspace)/build
-
publish
:
$(Pipeline.Workspace)/build/melonDS.dmg
artifact
:
melonDS.dmg
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment