mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-04-22 16:51:31 +00:00
Update cmake-multi-platform.yml
This commit is contained in:
parent
73467700c9
commit
f08dc5b976
5
.github/workflows/cmake-multi-platform.yml
vendored
5
.github/workflows/cmake-multi-platform.yml
vendored
@ -1,8 +1,11 @@
|
||||
name: CMake with Clang and Ninja
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ${{ matrix.os }}
|
||||
@ -10,7 +13,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
build_type: [Release, Debug]
|
||||
build_type: [Debug]
|
||||
include:
|
||||
- os: windows-latest
|
||||
c_compiler: clang-cl
|
||||
|
Loading…
x
Reference in New Issue
Block a user