Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan-MV committed Jul 18, 2024
1 parent 15cf558 commit 2d9cf79
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: CI Extension

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Linux
name: Linux Binary

on:
workflow_dispatch:
Expand Down
15 changes: 11 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Windows
name: Windows Binary

on:
workflow_dispatch:
Expand Down Expand Up @@ -33,15 +33,22 @@ jobs:
with:
submodules: 'recursive'

- name: Setup Ruby
uses: ruby/setup-ruby@v1
- uses: msys2/setup-msys2@v2
with:
ruby-version: 3.3
msystem: UCRT64
install: >-
base-devel
mingw-w64-ucrt-x86_64-ruby
mingw-w64-ucrt-x86_64-cmake
mingw-w64-ucrt-x86_64-ninja
mingw-w64-ucrt-x86_64-gcc
- name: Configure CMake
shell: msys2 {0}
run: cmake -B build -DCMAKE_BUILD_TYPE:STRING=Release

- name: Build CMake
shell: msys2 {0}
run: cmake --build build --config Release --target all

- name: Upload artifacts
Expand Down

0 comments on commit 2d9cf79

Please sign in to comment.