Skip to content

Commit

Permalink
Update MacPorts CI
Browse files Browse the repository at this point in the history
  • Loading branch information
derselbst committed Aug 3, 2024
1 parent 99221b5 commit fc51822
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .azure/azure-pipelines-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
- job: macOS_brew
strategy:
matrix:
UnixLibs11:
UnixLibs13:
imageName: 'macOS-13'
CMakeFlags: '-Denable-framework=0'
ReadlinePkgConf: ''
UnixLibs11_static:
UnixLibs13_static:
imageName: 'macOS-13'
CMakeFlags: '-Denable-framework=0 -DBUILD_SHARED_LIBS=0'
ReadlinePkgConf: ''
UnixLibs11_static_pkgconf_readline:
UnixLibs13_static_pkgconf_readline:
imageName: 'macOS-13'
CMakeFlags: '-Denable-framework=0 -DBUILD_SHARED_LIBS=0'
ReadlinePkgConf: '$(brew --prefix readline)/lib/pkgconfig'
Expand All @@ -50,7 +50,7 @@ jobs:
imageName: 'macos-12'
CMakeFlags: '-Denable-framework=0 -DBUILD_SHARED_LIBS=0'
ReadlinePkgConf: '$(brew --prefix readline)/lib/pkgconfig'
FrameWork11:
FrameWork13:
imageName: 'macOS-13'
CMakeFlags: ''
ReadlinePkgConf: ''
Expand Down Expand Up @@ -137,9 +137,13 @@ jobs:
# imageName: 'macos-11'
# CMakeFlags: '-Denable-sdl2=0 -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" -Denable-framework=0
12_0_universal_unixlibs:
macPortsUrl: 'https://github.com/macports/macports-base/releases/download/v2.7.2/MacPorts-2.7.2-12-Monterey.pkg'
macPortsUrl: 'https://github.com/macports/macports-base/releases/download/v2.9.3/MacPorts-2.9.3-12-Monterey.pkg'
imageName: 'macos-12'
CMakeFlags: '-Denable-sdl2=0 -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" -Denable-framework=0'
13_0_universal_unixlibs:
macPortsUrl: 'https://github.com/macports/macports-base/releases/download/v2.9.3/MacPorts-2.9.3-13-Ventura.pkg'
imageName: 'macos-13'
CMakeFlags: '-Denable-sdl2=0 -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" -Denable-framework=0'
pool:
vmImage: $(imageName)
steps:
Expand Down

0 comments on commit fc51822

Please sign in to comment.