Skip to content

Commit

Permalink
Testing mingw ci unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chukobyte committed Jan 4, 2024
1 parent 6201882 commit 3da1453
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/windows-mingw-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: windows-mingw-build

on:
push:
branches: [ main ]
branches: [ test ]
pull_request:
branches: [ main ]

Expand All @@ -25,3 +25,8 @@ jobs:
echo "y" | pacman -S mingw-w64-x86_64-freetype
cmake -G "MinGW Makefiles" . -DIS_CI_BUILD="true"
cmake --build .
- name: run unit tests
shell: msys2 {0}
run: |
dir /s
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seika",
"version": "0.0.20",
"version": "0.0.21",
"dependencies": [
{
"name": "sdl2",
Expand Down

0 comments on commit 3da1453

Please sign in to comment.