Skip to content

Commit

Permalink
TEST ONLY
Browse files Browse the repository at this point in the history
  • Loading branch information
FayeSpica committed Jun 2, 2024
1 parent 817873f commit e57c884
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Build chiaki-borealis

on:
push:
pull_request:

jobs:
msys2-w64:
runs-on: windows-latest
defaults:
run:
shell: msys2 {0}
steps:
- uses: actions/checkout@v3
- uses: msys2/setup-msys2@v2
with:
msystem: mingw64
update: true
install: git mingw-w64-x86_64-toolchain make ninja yasm pkg-config diffutils mingw-w64-x86_64-glm mingw-w64-x86_64-glfw mingw-w64-x86_64-libiconv
- name: CI-Build
run: |
echo 'Running in MSYS2!'
./scripts/github-msys2-build.sh
3 changes: 3 additions & 0 deletions scripts/github-msys2-build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@


scripts/build-ffmpeg.sh .

0 comments on commit e57c884

Please sign in to comment.