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,9 +1,10 @@
name: Linux-Build
name: Linux build
on:
pull_request:
push:
paths-ignore:
- '.github/workflows/msys2-build.yml'
- '.github/workflows/windows-build.yml'
- '.gitignore'
- 'LICENSE'
@@ -56,7 +57,7 @@ jobs:
- name: Retrieve dependencies hash
id: dep_hash
run: echo "::set-output name=hash::$(xmake l utils.ci.packageskey)"
# Cache xmake dependencies
- name: Retrieve cached xmake dependencies
uses: actions/cache@v2