Created
October 17, 2017 18:33
-
-
Save 02JanDal/6e5f38ac3f08a74ee42698e6f7c01755 to your computer and use it in GitHub Desktop.
sportsed travis yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
os: | |
Windows: | |
Linux: | |
Macos: | |
Android: | |
api_level: ANY | |
iOS: | |
version: ["7.0", "7.1", "8.0", "8.1", "8.2", "8.3", "9.0", "9.1", "9.2", "9.3", "10.0", "10.1", "10.2", "10.3"] | |
FreeBSD: | |
SunOS: | |
arch: [x86, x86_64, ppc64le, ppc64, armv6, armv7, armv7hf, armv8, sparc, sparcv9, mips, mips64] | |
compiler: | |
sun-cc: | |
version: ["5.10", "5.11", "5.12", "5.13", "5.14"] | |
threads: [None, posix] | |
libcxx: [libCstd, libstdcxx, libstlport, libstdc++] | |
gcc: | |
version: ["4.1", "4.4", "4.5", "4.6", "4.7", "4.8", "4.9", "5.1", "5.2", "5.3", "5.4", "6.1", "6.2", "6.3", "6.4", "7.1"] | |
libcxx: [libstdc++, libstdc++11] | |
threads: [None, posix, win32] # Windows MinGW | |
exception: [None, dwarf2, sjlj, seh] # Windows MinGW | |
Visual Studio: | |
runtime: [MD, MT, MTd, MDd] | |
version: ["8", "9", "10", "11", "12", "14", "15"] | |
clang: | |
version: ["3.3", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9", "4.0", "5.0"] | |
libcxx: [libstdc++, libstdc++11, libc++] | |
apple-clang: | |
version: ["5.0", "5.1", "6.0", "6.1", "7.0", "7.3", "8.0", "8.1"] | |
libcxx: [libstdc++, libc++] | |
build_type: [None, Debug, Release] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment