1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-05-19 14:47:46 +00:00
This commit is contained in:
Joshua Goins 2024-04-23 16:45:02 -04:00
parent 1ccbcff9c2
commit 490bf6302a

View file

@ -15,7 +15,7 @@ jobs:
matrix: matrix:
os: [windows-latest, ubuntu-latest] os: [windows-latest, ubuntu-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
@ -26,13 +26,6 @@ jobs:
exclude: exclude:
- os: windows-latest - os: windows-latest
c_compiler: gcc c_compiler: gcc
- os: windows-latest
c_compiler: clang
- os: ubuntu-latest
c_compiler: cl
- os: ubuntu-latest # ubuntu's clang is too old?
c_compiler: clang
cpp_compiler: clang++
steps: steps:
- name: Install Qt - name: Install Qt