aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2023-01-22 11:05:27 -0600
committerCalvin Rose <calsrose@gmail.com>2023-01-22 11:05:27 -0600
commitf8ddea6452e1aa0b3c6a5ee41640873ef8b947d7 (patch)
treeefce75d46ee45c02bf37009b0f2da56056a9019a /.github
parentFix tools/format.sh file permissions. (diff)
Add msys2 testing with github actions.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 63c90f7c..a5c57e76 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -35,3 +35,23 @@ jobs:
- name: Test the project
shell: cmd
run: build_win test
+
+ test-mingw:
+ name: Build on Windows with Mingw (no test yet)
+ runs-on: windows-latest
+ defaults:
+ run:
+ shell: msys2 {0}
+ steps:
+ - name: Checkout the repository
+ uses: actions/checkout@master
+ - name: Setup Mingw
+ uses: msys2/setup-msys2@v2
+ with:
+ update: true
+ install: >-
+ base-devel
+ git
+ - name: Build the project
+ shell: cmd
+ run: make -j