Skip to content

CI: Add build with logging disabled #63

CI: Add build with logging disabled

CI: Add build with logging disabled #63

Workflow file for this run

name: MSYS2 build
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
defaults:
run:
shell: msys2 {0}
steps:
- uses: actions/checkout@v3
- uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
update: true
install: git mingw-w64-x86_64-cc mingw-w64-x86_64-autotools
- name: CI-Build
run: |
echo 'Running in MSYS2!'
./bootstrap.sh
# GCC on MSYS2 doesn't have ASAN support (but Clang does).
./.private/ci-build.sh --build-dir build-msys2 --no-asan