Skip to content

Commit

Permalink
Started hooking msys2 CI/CD up to replace old manual build for Window…
Browse files Browse the repository at this point in the history
…s Github Actions
  • Loading branch information
IsaacShelton committed Jan 6, 2025
1 parent 98cb9aa commit c08ec0f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/remoteBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@ jobs:
- uses: actions/checkout@v3
- name: Get latest CMake and Ninja
uses: lukka/get-cmake@latest
- uses: msys2/setup-msys2@v2
with:
msystem: mingw64
update: true
install: git mingw-w64-x86_64-gcc
- name: CI-Build
shell: msys2 {0}
run: |
echo 'Running in MSYS2!'
./ci-build.sh
- name: Configure to use MinGW-w64 (Windows)
if: matrix.os == 'windows-latest'
shell: bash
Expand Down

0 comments on commit c08ec0f

Please sign in to comment.