mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Re-enable macos CI
This commit is contained in:
24
.github/workflows/build.yml
vendored
24
.github/workflows/build.yml
vendored
@@ -100,18 +100,18 @@ jobs:
|
||||
#CXXFLAGS: "-fsanitize=undefined -O1 -fPIE -fno-sanitize-recover"
|
||||
#LDFLAGS: "-fsanitize=undefined -pie -fno-sanitize-recover"
|
||||
|
||||
#macos:
|
||||
#name: macOS
|
||||
#runs-on: macos-latest
|
||||
#steps:
|
||||
#- uses: actions/checkout@v3
|
||||
#with:
|
||||
#submodules: true
|
||||
#- run: |
|
||||
#brew update
|
||||
#brew install icu4c qt5 gettext pkg-config cpanminus boost
|
||||
#- run: source .github/build.sh
|
||||
#- uses: codecov/codecov-action@v3
|
||||
macos:
|
||||
name: macOS
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
- run: |
|
||||
brew update
|
||||
brew install icu4c qt5 gettext pkg-config cpanminus boost
|
||||
- run: source .github/build.sh
|
||||
- uses: codecov/codecov-action@v3
|
||||
|
||||
docker:
|
||||
name: Docker push
|
||||
|
||||
Reference in New Issue
Block a user