@@ -33,8 +33,8 @@ testing. NFC (non-functional change) PRs can be accepted without new tests.
33
33
34
34
Code changes should follow coding standards, which are inherited from [ LLVM
35
35
Coding Standards] . Compliance of your code is checked automatically using
36
- Travis CI . See [ clang-format] and [ clang-tidy] configs for more details about
37
- coding standards.
36
+ GitHub Actions . See [ clang-format] and [ clang-tidy] configs for more details
37
+ about coding standards.
38
38
39
39
## How to add an extension
40
40
@@ -65,7 +65,7 @@ In order to get your PR merged, the following conditions must be met:
65
65
- If you are a first-time contributor, you have to sign the
66
66
[ Contributor License Agreement] . Corresponding link and instructions will be
67
67
automatically posted into your PR.
68
- - [ Travis CI testing] jobs must pass on your PR: this includes functional
68
+ - [ GitHub CI testing] jobs must pass on your PR: this includes functional
69
69
testing and checking for complying with coding standards.
70
70
- You need to get approval from at least one contributor with merge rights.
71
71
@@ -108,4 +108,4 @@ it can be merged:
108
108
[ SPIR-V Headers repository ] : https://github.com/KhronosGroup/SPIRV-Headers
109
109
[ internal SPIR-V header file ] : https://github.com/KhronosGroup/SPIRV-LLVM-Translator/blob/main/lib/SPIRV/libSPIRV/spirv_internal.hpp
110
110
[ Contributor License Agreement ] : https://cla-assistant.io/KhronosGroup/SPIRV-LLVM-Translator
111
- [ Travis CI testing] : https://travis-ci.org /KhronosGroup/SPIRV-LLVM-Translator
111
+ [ GitHub CI testing] : https://github.com /KhronosGroup/SPIRV-LLVM-Translator/actions
0 commit comments