|
|
|
@ -3,10 +3,7 @@
|
|
|
|
name: CMake on multiple platforms
|
|
|
|
name: CMake on multiple platforms
|
|
|
|
|
|
|
|
|
|
|
|
on:
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
workflow_dispatch:
|
|
|
|
branches: [ "main" ]
|
|
|
|
|
|
|
|
pull_request:
|
|
|
|
|
|
|
|
branches: [ "main" ]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
build:
|
|
|
|
build:
|
|
|
|
@ -25,7 +22,7 @@ jobs:
|
|
|
|
matrix:
|
|
|
|
matrix:
|
|
|
|
os: [ubuntu-latest, windows-latest]
|
|
|
|
os: [ubuntu-latest, windows-latest]
|
|
|
|
build_type: [Release]
|
|
|
|
build_type: [Release]
|
|
|
|
c_compiler: [gcc, clang, cl]
|
|
|
|
c_compiler: [gcc, cl]
|
|
|
|
include:
|
|
|
|
include:
|
|
|
|
- os: windows-latest
|
|
|
|
- os: windows-latest
|
|
|
|
c_compiler: cl
|
|
|
|
c_compiler: cl
|
|
|
|
|