This repository was archived by the owner on Oct 28, 2024. It is now read-only.
File tree 2 files changed +20
-3
lines changed
2 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1
- name : on_pr
2
- on : [pull_request]
1
+ name : Build
2
+ on :
3
+ pull_request :
4
+ push :
5
+ branches :
6
+ - main
3
7
env :
4
8
BUILD_TYPE : Release
5
9
jobs :
Original file line number Diff line number Diff line change 1
1
# Vulkan Test Applications
2
2
3
- [ ![ Linux Native/Android Build Status] ( https://travis-ci.org/google/vulkan_test_applications.svg )] ( https://travis-ci.org/google/vulkan_test_applications " Linux Native/Android Build Status ")
3
+ [ ![ License]] ( LICENSE )
4
+ [ ![ C++ Version] [ C++ Version ]] [ C++ Reference ]
5
+ [ ![ CMake Version] [ CMake Version ]] [ CMake Reference ]
6
+ [ ![ Build] [ Build Badge ]] [ Build Workflow ]
4
7
5
8
` Vulkan Test Applications ` is a repository that contains several sets of
6
9
Vulkan applications.
@@ -109,3 +112,13 @@ To build on Windows the following tools and libraries are required:
109
112
* Vulkan SDK (https://www.lunarg.com/vulkan-sdk/ )
110
113
* Python3 (https://www.python.org/ )
111
114
* Pillow (https://pillow.readthedocs.io/ )
115
+
116
+
117
+ <!-- external links -->
118
+ [ License ] : https://img.shields.io/github/license/google/vulkan_test_applications?label=License
119
+ [ C++ Version ] : https://img.shields.io/badge/C%2B%2B-11-blue
120
+ [ C++ Reference ] : https://en.cppreference.com/w/cpp/17
121
+ [ CMake Version ] : https://img.shields.io/badge/CMake-3.1-blue
122
+ [ CMake Reference ] : https://cmake.org/cmake/help/v3.1
123
+ [ CI Badge ] : https://github.com/google/vulkan_test_applications/actions/workflows/build.yml/badge.svg?branch=master
124
+ [ CI Workflow ] : https://github.com/google/vulkan_test_applications/actions/workflows/build.yml?query=branch%3Amaster
You can’t perform that action at this time.
0 commit comments