Skip to content

Commit

Permalink
update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WinteryFox committed Nov 4, 2023
1 parent 19f1bfe commit f3cefa1
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,22 @@ on:

jobs:
build:
runs-on: ${{ matrix.os }}
runs-on: [self-hosted]

strategy:
fail-fast: false

matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
build_type: [Release]
c_compiler: [gcc, clang, cl]
c_compiler: [gcc, clang]
include:
- os: windows-latest
c_compiler: cl
cpp_compiler: cl
- os: ubuntu-latest
c_compiler: gcc
cpp_compiler: g++
- os: ubuntu-latest
c_compiler: clang
cpp_compiler: clang++
exclude:
- os: windows-latest
c_compiler: gcc
- os: windows-latest
c_compiler: clang
- os: ubuntu-latest
c_compiler: cl

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f3cefa1

Please sign in to comment.