mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
add MacOS azure job
This commit is contained in:
@@ -24,6 +24,26 @@ jobs:
|
|||||||
artifactName: binaries
|
artifactName: binaries
|
||||||
displayName: 'Publish binaries'
|
displayName: 'Publish binaries'
|
||||||
|
|
||||||
|
- job: macos1013
|
||||||
|
pool:
|
||||||
|
vmImage: 'macOS-10.13'
|
||||||
|
displayName: 'MacOS 10.13'
|
||||||
|
steps:
|
||||||
|
- script: |
|
||||||
|
HOMEBREW_NO_AUTO_UPDATE=1 brew install glew glfw python2 libpng glm luajit libserialport libsndfile
|
||||||
|
displayName: 'Install dependencies'
|
||||||
|
- script: |
|
||||||
|
mkdir build
|
||||||
|
cd build
|
||||||
|
cmake .. -DCMAKE_BUILD_TYPE=Release
|
||||||
|
cmake --build .
|
||||||
|
displayName: 'Build'
|
||||||
|
- task: PublishBuildArtifacts@1
|
||||||
|
inputs:
|
||||||
|
pathtoPublish: 'build/bin'
|
||||||
|
artifactName: binaries
|
||||||
|
displayName: 'Publish binaries'
|
||||||
|
|
||||||
- job: windows_x64
|
- job: windows_x64
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'vs2017-win2016'
|
vmImage: 'vs2017-win2016'
|
||||||
|
|||||||
Reference in New Issue
Block a user