1
0
mirror of synced 2024-11-28 01:20:51 +01:00

Temporarily disable mac CI until it's fixed

I'm sick of getting an email on every single commit
This commit is contained in:
WerWolv 2021-01-22 08:25:43 +01:00 committed by GitHub
parent 7f4cc6e5c0
commit 9bc569bf9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,29 +129,29 @@ jobs:
path: |
build/*.msi
macos-build:
runs-on: macos-11.0
name: 🍎 macOS 11.0
steps:
# macos-build:
# runs-on: macos-11.0
# name: 🍎 macOS 11.0
# steps:
- name: 🧰 Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
# - name: 🧰 Checkout
# uses: actions/checkout@v2
# with:
# fetch-depth: 0
- name: ⬇️ Install dependencies
run: |
brew bundle --no-lock --file dist/Brewfile
# - name: ⬇️ Install dependencies
# run: |
# brew bundle --no-lock --file dist/Brewfile
- name: ✋ Build
run: |
mkdir build
cd build
CC=$(brew --prefix llvm)/bin/clang CXX=$(brew --prefix llvm)/bin/clang++ PKG_CONFIG_PATH="$(brew --prefix openssl)/lib/pkgconfig":"$(brew --prefix)/lib/pkgconfig" cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCREATE_BUNDLE=ON -DCREATE_PACKAGE=ON ..
make -j 4 package
# - name: ✋ Build
# run: |
# mkdir build
# cd build
# CC=$(brew --prefix llvm)/bin/clang CXX=$(brew --prefix llvm)/bin/clang++ PKG_CONFIG_PATH="$(brew --prefix openssl)/lib/pkgconfig":"$(brew --prefix)/lib/pkgconfig" cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCREATE_BUNDLE=ON -DCREATE_PACKAGE=ON ..
# make -j 4 package
- name: 📦 Upload DMG
uses: actions/upload-artifact@v2
with:
name: macOS DMG
path: build/*.dmg
# - name: 📦 Upload DMG
# uses: actions/upload-artifact@v2
# with:
# name: macOS DMG
# path: build/*.dmg