Commit Graph

12 Commits

Author SHA1 Message Date
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