mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
Update format script and drop Travis badge for branch rename (#1393)
`master` is now `main`, so update `check-format.sh` accordingly. Also completely drop the Travis badge as we now use GitHub actions. There is no replacement badge as the current action is pre-submission, not post-submission.
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
# OpenCL-CTS [](https://travis-ci.org/KhronosGroup/OpenCL-CTS/branches)
|
# OpenCL-CTS
|
||||||
The OpenCL Conformance Tests
|
The OpenCL Conformance Tests
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Arg used to specify non-'origin/master' comparison branch
|
# Arg used to specify non-'origin/main' comparison branch
|
||||||
ORIGIN_BRANCH=${1:-"origin/master"}
|
ORIGIN_BRANCH=${1:-"origin/main"}
|
||||||
CLANG_BINARY=${2:-"`which clang-format-9`"}
|
CLANG_BINARY=${2:-"`which clang-format-9`"}
|
||||||
|
|
||||||
# Run git-clang-format to check for violations
|
# Run git-clang-format to check for violations
|
||||||
|
|||||||
Reference in New Issue
Block a user