mirror of
https://github.com/ksherlock/wdc-utils.git
synced 2024-12-12 19:30:38 +00:00
Create msys2.yml
This commit is contained in:
parent
ab5961c1a9
commit
d66de57273
22
.github/workflows/msys2.yml
vendored
Normal file
22
.github/workflows/msys2.yml
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
name: MSYS2 build
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Setup MSYS2
|
||||
uses: msys2/setup-msys2@v2
|
||||
with:
|
||||
path-type: strict
|
||||
|
||||
# Runs a single command using the runners shell
|
||||
- name: Make MINGW32
|
||||
run: |
|
||||
set MSYSTEM=MINGW32
|
||||
msys2 -c 'make'
|
Loading…
Reference in New Issue
Block a user