mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 13:27:41 -07:00
Clean workspace before build
This commit is contained in:
parent
efd7d62cec
commit
3074ee06d7
5
.github/azure-workflows/build-mac-arm64.yml
vendored
5
.github/azure-workflows/build-mac-arm64.yml
vendored
@ -6,8 +6,11 @@ pool:
|
|||||||
demands:
|
demands:
|
||||||
- agent.name -equals MacStadium-ARM64-Mac
|
- agent.name -equals MacStadium-ARM64-Mac
|
||||||
|
|
||||||
|
workspace:
|
||||||
|
clean: all
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- script: mkdir -p $(Pipeline.Workspace)/build
|
- script: mkdir $(Pipeline.Workspace)/build
|
||||||
displayName: 'Create build environment'
|
displayName: 'Create build environment'
|
||||||
|
|
||||||
- script: arch -arm64 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
|
- script: arch -arm64 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
|
||||||
|
Loading…
Reference in New Issue
Block a user