Skip to content

Commit 536cffc

Browse files
committed
filament: update CI build script and custom ci-matrix
1 parent 642f299 commit 536cffc

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
# Install packages
22
sudo apt-get install -y libgl1-mesa-dev
3-
4-
bash .github/workflows/ci/build.sh
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
2-
{ "example": "filament", "toolchain": "clang-libcxx17-fpic", "os": "ubuntu-20.04", "python": "3.8", "script": "build.sh" },
3-
{ "example": "filament", "toolchain": "osx-12-3-arch-universal2-cxx17", "os": "macos-12", "python": "3.8", "script": "build.sh" },
4-
{ "example": "filament", "toolchain": "ios-nocodesign-15-5-arm64-cxx17", "os": "macos-12", "python": "3.8", "script": "build.sh" },
5-
{ "example": "filament", "toolchain": "vs-16-2019-win64-cxx17", "os": "windows-2019", "python": "3.8", "script": "build.cmd" }
2+
{ "example": "filament", "toolchain": "clang-libcxx17-fpic", "os": "ubuntu-24.04" },
3+
{ "example": "filament", "toolchain": "osx-15-4-arch-universal2-cxx17", "os": "macos-15" },
4+
{ "example": "filament", "toolchain": "ios-nocodesign-17-5-arm64-cxx17", "os": "macos-15" },
5+
{ "example": "filament", "toolchain": "ninja-vs-17-2022-win64-cxx17", "os": "windows-2022" }
66
]

0 commit comments

Comments
 (0)