Skip to content
This repository was archived by the owner on Oct 28, 2024. It is now read-only.

Commit 75d3798

Browse files
committed
Updated automated tests to run both on PR and on commit
Also updated some of the badging in the README
1 parent fbfc7eb commit 75d3798

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

.github/workflows/pull_request.yml renamed to .github/workflows/build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
name: on_pr
2-
on: [pull_request]
1+
name: Build
2+
on:
3+
pull_request:
4+
push:
5+
branches:
6+
- main
37
env:
48
BUILD_TYPE: Release
59
jobs:

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Vulkan Test Applications
22

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]
47

58
`Vulkan Test Applications` is a repository that contains several sets of
69
Vulkan applications.
@@ -109,3 +112,13 @@ To build on Windows the following tools and libraries are required:
109112
* Vulkan SDK (https://www.lunarg.com/vulkan-sdk/)
110113
* Python3 (https://www.python.org/)
111114
* 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

0 commit comments

Comments
 (0)