Merge pull request #6613 from Benitoite/patch-19

mac: fixes autobuild
This commit is contained in:
Beep6581
2022-11-23 15:10:31 +01:00
committed by GitHub

View File

@@ -8,13 +8,12 @@ on:
pull_request: pull_request:
branches: branches:
- dev - dev
- newlocallab
release: release:
types: types:
- created - created
jobs: jobs:
build: build:
runs-on: macos-10.15 runs-on: macos-11
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Install dependencies - name: Install dependencies
@@ -23,7 +22,7 @@ jobs:
mkdir build mkdir build
date +%s > build/stamp date +%s > build/stamp
brew uninstall --ignore-dependencies libtiff brew uninstall --ignore-dependencies libtiff
brew install libtiff gtk+3 gtkmm3 gtk-mac-integration adwaita-icon-theme libsigc++@2 little-cms2 libiptcdata fftw lensfun expat pkgconfig libomp shared-mime-info | tee -a depslog brew install libtiff gtk+3 gtkmm3 gtk-mac-integration adwaita-icon-theme libsigc++@2 little-cms2 libiptcdata fftw lensfun expat pkgconfig llvm shared-mime-info | tee -a depslog
date -u date -u
echo "----====Pourage====----" echo "----====Pourage====----"
cat depslog | grep Pouring cat depslog | grep Pouring
@@ -65,6 +64,7 @@ jobs:
-DCMAKE_RANLIB=/usr/bin/ranlib \ -DCMAKE_RANLIB=/usr/bin/ranlib \
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 \ -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 \
.. ..
curl -L https://github.com/Homebrew/homebrew-core/raw/679923b4eb48a8dc7ecc1f05d06063cd79b3fc00/Formula/libomp.rb -o libomp.rb && brew install libomp.rb
zsh -c 'echo "Configured in $(printf "%0.2f" $(($[$(date +%s)-$(cat configstamp)]/$((60.))))) minutes"' zsh -c 'echo "Configured in $(printf "%0.2f" $(($[$(date +%s)-$(cat configstamp)]/$((60.))))) minutes"'
- name: Compile RawTherapee - name: Compile RawTherapee
run: | run: |