Add msys2 CI

This commit is contained in:
Jérôme Leclercq
2021-08-23 18:48:15 +02:00
parent 1cb3c86a3b
commit 7a4deed838
3 changed files with 96 additions and 4 deletions

View File

@@ -1,10 +1,11 @@
name: Windows-Build
name: Windows build
on:
pull_request:
push:
paths-ignore:
- '.github/workflows/linux-build.yml'
- '.github/workflows/msys2-build.yml'
- '.gitignore'
- 'LICENSE'
- 'CHANGELOG.md'
@@ -48,7 +49,7 @@ jobs:
- name: Retrieve dependencies hash
id: dep_hash
run: echo "::set-output name=hash::$(xmake.exe l utils.ci.packageskey)"
# Cache xmake dependencies
- name: Retrieve cached xmake dependencies
uses: actions/cache@v2