mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
feat(app): add windows app
This commit is contained in:
parent
6bebfe5e2f
commit
655d795a9d
20 changed files with 176 additions and 66 deletions
7
.github/workflows/push.yml
vendored
7
.github/workflows/push.yml
vendored
|
|
@ -28,6 +28,13 @@ jobs:
|
|||
cc: clang
|
||||
cxx: clang++
|
||||
|
||||
- name: Windows Latest (MSVC)
|
||||
os: windows-latest
|
||||
build_type: Release
|
||||
test_path: Release/WhoaTest
|
||||
cc: cl
|
||||
cxx: cl
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue