mirror of
https://github.com/mmp/pbrt-v4
synced 2026-09-26 16:20:07 +03:00
Update to ubuntu 22.04 and modern compilers for linux github actions biuld
This commit is contained in:
parent
ead1237f12
commit
f2fa4db5e4
1 changed files with 17 additions and 14 deletions
31
.github/workflows/ci-cpu-linux.yml
vendored
31
.github/workflows/ci-cpu-linux.yml
vendored
|
|
@ -16,31 +16,34 @@ jobs:
|
|||
matrix:
|
||||
config: [ '', '-DPBRT_DBG_LOGGING=True', '-DPBRT_FLOAT_AS_DOUBLE=True' ]
|
||||
compilers:
|
||||
- {
|
||||
cc: "gcc-9",
|
||||
cxx: "g++-9",
|
||||
}
|
||||
- {
|
||||
cc: "gcc-10",
|
||||
cxx: "g++-10",
|
||||
}
|
||||
- {
|
||||
cc: "clang-10",
|
||||
cxx: "clang++-10",
|
||||
cc: "gcc-11",
|
||||
cxx: "g++-11",
|
||||
}
|
||||
- {
|
||||
cc: "clang-11",
|
||||
cxx: "clang++-11",
|
||||
cc: "gcc-12",
|
||||
cxx: "g++-12",
|
||||
}
|
||||
- {
|
||||
cc: "clang-16",
|
||||
cxx: "clang++-16",
|
||||
}
|
||||
- {
|
||||
cc: "clang-17",
|
||||
cxx: "clang++-17",
|
||||
}
|
||||
- {
|
||||
cc: "clang-18",
|
||||
cxx: "clang++-18",
|
||||
}
|
||||
# WAR github actions flakiness
|
||||
# - {
|
||||
# cc: "clang-12",
|
||||
# cxx: "clang++-12",
|
||||
# }
|
||||
|
||||
fail-fast: false
|
||||
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
name: Build and test ${{ matrix.compilers.cxx }} - ${{ matrix.config }}
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue