mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
ci: move code format check out of the main job/script (#1154)
A bit cleaner than the written-in-a-haste-to-get-ci-going-again current approach. Signed-off-by: Kevin Petit <kevin.petit@arm.com>
This commit is contained in:
@@ -4,11 +4,6 @@ set -e
|
||||
|
||||
export TOP=$(pwd)
|
||||
|
||||
if [[ "${JOB_CHECK_FORMAT}" == "1" ]]; then
|
||||
./check-format.sh
|
||||
exit $?
|
||||
fi
|
||||
|
||||
TOOLCHAIN_URL_arm="https://releases.linaro.org/components/toolchain/binaries/7.5-2019.12/arm-linux-gnueabihf/gcc-linaro-7.5.0-2019.12-x86_64_arm-linux-gnueabihf.tar.xz"
|
||||
TOOLCHAIN_URL_aarch64="https://releases.linaro.org/components/toolchain/binaries/7.5-2019.12/aarch64-linux-gnu/gcc-linaro-7.5.0-2019.12-x86_64_aarch64-linux-gnu.tar.xz"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user