• Home
  • Raw
  • Download

Lines Matching +full:- +full:- +full:toolchain

8     - $HOME/cpu_features_archives
12 - ninja-build
16 TOOLCHAIN=NATIVE
21 - os: linux
24 TARGET=x86_64-linux-gnu
25 - os: linux
28 TARGET=x86_64-linux-gnu
29 - os: osx
32 TARGET=x86_64-osx
34 - os: osx
37 TARGET=x86_64-osx
39 - os: windows
41 TARGET=x86_64-windows
44 # see: https://docs.travis-ci.com/user/multi-cpu-architectures/
45 - os: linux
49 TARGET=ppc64le-linux-gnu
50 - os: linux
54 TARGET=ppc64le-linux-gnu
56 # Toolchains for little-endian, 64-bit ARMv8 for GNU/Linux systems
57 - os: linux
59 TOOLCHAIN=LINARO
60 TARGET=aarch64-linux-gnu
62 # Toolchains for little-endian, hard-float, 32-bit ARMv7 (and earlier) for GNU/Linux systems
63 - os: linux
65 TOOLCHAIN=LINARO
66 TARGET=arm-linux-gnueabihf
68 # Toolchains for little-endian, 32-bit ARMv8 for GNU/Linux systems
69 - os: linux
71 TOOLCHAIN=LINARO
72 TARGET=armv8l-linux-gnueabihf
74 # Toolchains for little-endian, soft-float, 32-bit ARMv7 (and earlier) for GNU/Linux systems
75 - os: linux
77 TOOLCHAIN=LINARO
78 TARGET=arm-linux-gnueabi
80 # Toolchains for big-endian, 64-bit ARMv8 for GNU/Linux systems
81 - os: linux
83 TOOLCHAIN=LINARO
84 TARGET=aarch64_be-linux-gnu
86 # Toolchains for big-endian, hard-float, 32-bit ARMv7 (and earlier) for GNU/Linux systems
87 - os: linux
89 TOOLCHAIN=LINARO
90 TARGET=armeb-linux-gnueabihf
92 # Toolchains for big-endian, soft-float, 32-bit ARMv7 (and earlier) for GNU/Linux systems
93 - os: linux
95 TOOLCHAIN=LINARO
96 TARGET=armeb-linux-gnueabi
98 - os: linux
100 TOOLCHAIN=CODESCAPE
103 - os: linux
105 TOOLCHAIN=CODESCAPE
108 - os: linux
110 TOOLCHAIN=CODESCAPE
113 - os: linux
115 TOOLCHAIN=CODESCAPE
120 - cmake --version
121 - bash -e -x ./scripts/run_integration.sh