mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-01-19 16:00:51 +00:00
Update MacCI pipeline from master
This commit is contained in:
parent
dbd7e728b6
commit
f4f897d3bf
1 changed files with 6 additions and 3 deletions
|
@ -17,12 +17,15 @@ jobs:
|
||||||
- job: macOS
|
- job: macOS
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
10_14:
|
UnixLibs:
|
||||||
imageName: 'macOS-10.14'
|
imageName: 'macos-11'
|
||||||
|
CMakeFlags: '-Denable-framework=0'
|
||||||
10_15:
|
10_15:
|
||||||
imageName: 'macOS-10.15'
|
imageName: 'macOS-10.15'
|
||||||
|
CMakeFlags: ''
|
||||||
11_0:
|
11_0:
|
||||||
imageName: 'macos-11'
|
imageName: 'macos-11'
|
||||||
|
CMakeFlags: ''
|
||||||
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: $(imageName)
|
vmImage: $(imageName)
|
||||||
|
@ -39,7 +42,7 @@ jobs:
|
||||||
set -ex
|
set -ex
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig"
|
export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig"
|
||||||
cmake -Werror=dev -DCMAKE_INSTALL_PREFIX=$(Build.ArtifactStagingDirectory) -DCMAKE_BUILD_TYPE=Release -DCMAKE_VERBOSE_MAKEFILE=1 -DNO_GUI=1 ..
|
cmake -Werror=dev -DCMAKE_INSTALL_PREFIX=$(Build.ArtifactStagingDirectory) $(CMakeFlags) -DCMAKE_BUILD_TYPE=Release -DCMAKE_VERBOSE_MAKEFILE=1 -DNO_GUI=1 ..
|
||||||
make -j3
|
make -j3
|
||||||
displayName: 'Compile fluidsynth'
|
displayName: 'Compile fluidsynth'
|
||||||
- script: |
|
- script: |
|
||||||
|
|
Loading…
Reference in a new issue