Skip to content

Commit

Permalink
Added meson build to Windows CI
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Logaev <[email protected]>
  • Loading branch information
mxlgv committed Apr 1, 2024
1 parent fd0b3d6 commit bdd66fd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build-win64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,16 @@ jobs:
install: git
- run: git config --global core.autocrlf input
- uses: actions/checkout@v4
- name: Build Dino
with:
fetch-depth: 0
- name: Install build-dependencies
run: |
msys2 -c './build-win64.sh --prepare'
- name: Build Dino (Meson, without saving)
run: |
msys2 -c './build-win64.sh -s meson -c -b -w'
- name: Build Dino (CMake)
run: |
msys2 -c './build-win64.sh'
- name: Build Dino installer
run: |
Expand Down

0 comments on commit bdd66fd

Please sign in to comment.