mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
* Add Travis CI jobs for Arm and AArch64 - Use fixed Linaro toolchains - Move travis script to a shell file Signed-off-by: Kevin Petit <kevin.petit@arm.com> * Fix Arm build and string comparisons added under #637 * Remove verbose flag on tar command
16 lines
172 B
YAML
16 lines
172 B
YAML
language: cpp
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
jobs:
|
|
include:
|
|
- os: linux
|
|
env: JOB_ARCHITECTURE=arm
|
|
- os: linux
|
|
env: JOB_ARCHITECTURE=aarch64
|
|
|
|
script:
|
|
- ./travis.sh
|