mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-05-17 11:45:47 +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
|
name: CMake with Clang and Ninja
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
@ -10,7 +13,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest]
|
os: [ubuntu-latest, windows-latest]
|
||||||
build_type: [Release, Debug]
|
build_type: [Debug]
|
||||||
include:
|
include:
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
c_compiler: clang-cl
|
c_compiler: clang-cl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user