Update cmake-multi-platform.yml

main
W3AXL 12 months ago committed by GitHub
parent 1d0cc335c5
commit 7e1c355b0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save

Powered by TurnKey Linux.