Commit Graph

42 Commits

Author SHA1 Message Date
Andreas Süßenbach
7d423e64bf
Extend CI to run on ubuntu-20.04 (#1956) 2024-09-04 15:37:01 +02:00
Andreas Süßenbach
1069a086a6
Add g++-14 to MacOS workflow (#1948) 2024-08-21 18:06:26 +02:00
Andreas Süßenbach
3ab9238e91
Add g++-12 to MacOS workflow. (#1945) 2024-08-20 17:34:34 +02:00
Andreas Süßenbach
61bc93f955
Remove gcc-11 for builds on macos (#1942) 2024-08-19 12:31:21 +02:00
Andreas Süßenbach
763e5bf88f
Use clang++-13 with C++23 on ubuntu-latest (#1930) 2024-07-23 14:46:51 +02:00
Andreas Süßenbach
77f6a638a7
Use clang++14 with Cpp-23 on ubuntu-latest (#1921) 2024-07-17 13:18:25 +02:00
Andreas Süßenbach
a4cbf9c027
Use clang++-15 with Cpp-23 on ubuntu-latest (#1920) 2024-07-16 14:43:05 +02:00
Andreas Süßenbach
6f72ceca51
Add g++12 for ubuntu builds. (#1914) 2024-07-11 09:36:14 +02:00
Andreas Süßenbach
83b289da71
Remove some failing compilers (macos, ubuntu) from workflow. (#1886) 2024-06-04 11:51:53 +02:00
Andreas Süßenbach
5c9e9edf07
Add macos-13 to workflow. (#1865) 2024-05-07 08:28:31 +02:00
Andreas Süßenbach
c1fb25264d
Extend compilers used in workflows on macos and ubuntu (#1863) 2024-05-02 15:51:07 +02:00
Andreas Süßenbach
42a688eb5f
Change CI on MacOS to use macos-12, instead of macos-latest, which is MacOS 14 Arm64, which is a change in architecture (#1853) 2024-04-25 08:27:58 +02:00
Andreas Süßenbach
d127fea13f
Loop over cpp_standard and build_type in macos CI (#1766) 2024-01-08 09:02:32 +01:00
Andreas Süßenbach
890e32f27b
Loop over cpp_standard and build_type in ubuntu CI (#1763) 2024-01-04 15:40:18 +01:00
Andreas Süßenbach
fafe484a31
Reduce number of jobs in CI by running a loop in a job (#1751) 2023-12-15 19:50:45 +01:00
Andreas Süßenbach
f67cfcc229
Use the actual CMAKE_CXX_STANDARD provided by the workflow. (#1750) 2023-12-13 21:56:00 +01:00
Andreas Süßenbach
19dd76bcb4
Change CI on MacOS from macos-11 to macos-latest. (#1749) 2023-12-13 14:50:01 +01:00
Andreas Süßenbach
2e5e845bb9
Add C++23 to the workflow. (#1713) 2023-11-02 08:54:14 +01:00
Stephan Seitz
a858acdd90
Update workflow deps (#1667)
* ci: update workflow versions

This should avoid deprecation warnings shown for example in
https://github.com/KhronosGroup/Vulkan-Hpp/actions/runs/6319631419

* ci: set correct CMake options in update-header-pr workflow
2023-09-28 16:39:48 +02:00
Andreas Süßenbach
f3cdc24a13
Remove clang++12 from the Ubuntu CI. (#1669) 2023-09-28 10:32:26 +02:00
Andreas Süßenbach
397ffad84a
Fix defines in workflow files to enable compilation of tests and samples in CI. (#1595) 2023-06-20 14:43:35 +02:00
Stephan Seitz
f7efd5e55e
ci: bump setup-msvc-dev to v2 (#1513)
This avoids a deprecation warning about Node.js 12 as shown here
https://github.com/KhronosGroup/Vulkan-Hpp/actions/runs/4222600167
2023-02-20 17:48:47 +01:00
Stephan Seitz
cae1916b24
ci: fix update-header-pr (tags were not fetched) (#1510)
Run without `git fetch --all --tags`: https://github.com/theHamsta/Vulkan-Hpp/actions/runs/4221771719/jobs/7329463344
Run with `git fetch --all --tags`: https://github.com/theHamsta/Vulkan-Hpp/actions/runs/4221781287/jobs/7329484407
resulting in this PR https://github.com/theHamsta/Vulkan-Hpp/pull/19
2023-02-20 15:57:53 +01:00
Stephan Seitz
bd81847c98
ci: only run ci-macos on PRs (like ci-ubuntu/ci-windows) (#1511) 2023-02-20 11:51:44 +01:00
Stephan Seitz
6bae28a680
ci: fix usage of tee to add llvm-snapshot (#1491) 2023-01-23 14:38:48 +01:00
Stephan Seitz
372b8c574d
ci: fix failing clang-format-15 via apt.llvm.org (#1490) 2023-01-23 11:46:28 +01:00
Andreas Süßenbach
442c46318e
Change the CI workflow to work on main branch. (#1484) 2023-01-20 18:51:43 +01:00
scribam
9649d9980b
Update actions/checkout in GitHub Actions (#1482) 2023-01-19 08:11:46 +01:00
Andreas Süßenbach
f82746d6ff
Change clang-format version from 12 to 15. (#1479) 2023-01-16 09:37:44 +01:00
asuessenbach
5accdbc9d5 Adjust ci-ubuntu.yml to latest changes of runners. 2022-12-10 21:11:05 +01:00
asuessenbach
d0a85f095f Switch MacOS CI from using macos-latest to macos-11, trying to make it work again! 2022-11-04 15:16:26 +01:00
asuessenbach
5480d192f5 Refactor the CMakeLists for all the samples; use vulkan.hpp/vulkan_raii.hpp as precompiled header. 2022-08-10 15:29:28 +02:00
Jinesi Yelizati
9748e47228
Speed up CI by using ninja and parallel build (#1347)
* chore(CI): speed up CI by using ninja and parallel build

* chore(CI): align compiler for c and cxx

* fix(samples): add dependency to generator

* fix(cmake): get rid of file glob

* chore(CI): use clang on mac

glfw don't support gcc on mac

* fix(sample): add depencency on build_vulkan_hpp

* fix(cmake): make sure every target in tests and samples link to utils
2022-07-07 10:22:21 +02:00
asuessenbach
9e4f6812fb Add CI on MacOS. 2022-06-21 14:48:56 +02:00
asuessenbach
c7037f6551 Replace build os windows-2016 by windows-2019. 2022-03-22 11:10:06 +01:00
Stephan Seitz
88ec13796d ci: fix bash command to retrieve latest Vulkan-Headers commit 2022-03-15 10:19:49 +01:00
asuessenbach
fecd9d68e6 add "sudo apt update" to the ci-ubuntu.yml. 2022-03-10 16:30:59 +01:00
Stephan Seitz
bafe3240d7 ci: only create a header update PR if tag does not yet exist 2022-03-08 13:43:23 +01:00
Stephan Seitz
86b93be4e6 fix(ci): filter out publications of Vulkan SC on update
The publication of Vulkan SC (https://www.khronos.org/news/press/khronos-releases-vulkan-safety-critical-1.0-specification-to-deliver-safety-critical-graphics-compute)
confused the update job since it was the most recent tag.

Preliminary solution: only accept tags that match `v1\.`.
2022-03-02 10:51:16 +01:00
Stephan Seitz
9f6892513d ci: set tag for Vulkan-Headers if non-existing 2021-09-22 12:10:54 +02:00
Stephan Seitz
8be8c94eb5 ci: Add .github/workflows/update-header-pr.yml 2021-09-22 11:55:30 +02:00
asuessenbach
076fddc52a Use github actions for CI builds. 2021-06-16 16:53:00 +02:00