mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Build in default shell
This commit is contained in:
parent
6c2e57128e
commit
9d1e46e187
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
toolchain:
|
toolchain:
|
||||||
- { name: 'msvc', shell: 'sh', setup-cmake: true, setup-ninja: true, setup-msvc: true }
|
- { name: 'MSVC', shell: 'sh', setup-cmake: true, setup-ninja: true, setup-msvc: true }
|
||||||
- { name: 'msys2 mingw32', shell: 'msys2 {0}', setup-msys2: true }
|
- { name: 'msys2 mingw32', shell: 'msys2 {0}', setup-msys2: true }
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -44,7 +44,6 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
shell: cmd
|
|
||||||
run: |
|
run: |
|
||||||
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -GNinja
|
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -GNinja
|
||||||
cmake --build build
|
cmake --build build
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user