feat: GitHub CI

This commit is contained in:
TaurusXin 2024-02-07 15:03:52 +08:00
parent 7add4a3846
commit ffa2d82d94
Signed by: taurusxin
GPG Key ID: C334DCA04AC2D2CC
1 changed files with 31 additions and 0 deletions

31
.github/workflows/autobuild.yml vendored Normal file
View File

@ -0,0 +1,31 @@
name: CI
on:
push:
branches: [ main ]
jobs:
build_on_windows:
runs-on: windows-latest
defaults:
run:
shell: msys2 {0}
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
pacman -Syu --noconfirm
pacman -S --noconfirm mingw-w64-ucrt-x86_64-toolchain
echo "C:\msys64\mingw64\bin" >> $GITHUB_PATH
- name: Build
run: mingw32-make win32
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: ncmdump-artifacts
path: ncmdump.exe