Skip to content

Commit

Permalink
Merge branch 'master' of github.com:fernandezseb/Experimental-VigurVM
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandezseb committed Dec 23, 2023
2 parents 7df8fcb + 6321396 commit 6a7cfc2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,22 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
build_type: [Release]
c_compiler: [gcc, cl]
c_compiler: [gcc, cl, 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

Expand Down

0 comments on commit 6a7cfc2

Please sign in to comment.