Lines Matching +full:host +full:- +full:gcc
2 # and pip is available. Gcc and clang are available anyway.
10 - name: basic checks and reference configurations
14 - gnutls-bin
15 - doxygen
16 - graphviz
17 - gcc-arm-none-eabi
18 - libnewlib-arm-none-eabi
19 - gcc-arm-linux-gnueabi
20 - libc6-dev-armel-cross
22 - tests/scripts/all.sh -k 'check_*'
23 - tests/scripts/all.sh -k test_default_out_of_box
24 - tests/scripts/all.sh -k test_ref_configs
25 - tests/scripts/all.sh -k build_arm_linux_gnueabi_gcc_arm5vte build_arm_none_eabi_gcc_m0plus
27 - name: full configuration
33 - clang-10
34 - gnutls-bin
40 # - The clang executable in the default PATH is Clang 7 on
42 # - Running all the SSL testing requires a specific set of
45 # So we explicitly select clang-10 as the compiler, and we
49 - make generated_files
50 …- make CC=clang-10 CFLAGS='-Werror -Wall -Wextra -fsanitize=address,undefined -fno-sanitize-recove…
51 - make test
52 - programs/test/selftest
53 - tests/scripts/test_psa_constant_names.py
54 - tests/ssl-opt.sh
56 - tests/compat.sh -p OpenSSL -e 'NULL'
57 - tests/scripts/travis-log-failure.sh
59 - tests/compat.sh -p GnuTLS -e 'CAMELLIA'
60 - tests/scripts/travis-log-failure.sh
61 - tests/context-info.sh
63 - name: Windows
70 - choco install python --version=3.5.4
73 - PATH=/c/Python35:/c/Python35/Scripts:$PATH
74 - PYTHON=python.exe
76 - type perl; perl --version
77 - type python; python --version
78 - scripts/make_generated_files.bat
80 - sleep 5
81 - scripts/windows_msbuild.bat v141 # Visual Studio 2017
82 - visualc/VS2013/x64/Release/selftest.exe
84 - name: full configuration on arm64
91 - gcc
95 # On Arm64 host of Travis CI, the time of `test_full_cmake_*` exceeds
97 # `ssl-opt.sh` and GnuTLS compat.sh here to meet the time limitation.
98 - scripts/config.py full
99 - make generated_files
100 …- make CFLAGS='-O3 -Werror -fsanitize=address,undefined -fno-sanitize-recover=all' LDFLAGS='-Werro…
101 - make test
102 - programs/test/selftest
103 - tests/scripts/test_psa_constant_names.py
105 - tests/compat.sh -p OpenSSL -e 'NULL\|ECDH_'
106 - tests/scripts/travis-log-failure.sh
107 - tests/context-info.sh
109 - name: full configuration(GnuTLS compat tests) on arm64
116 - clang
117 - gnutls-bin
121 # On Arm64 host of Travis CI, the time of `test_full_cmake_*` exceeds
123 # `ssl-opt.sh` and OpenSSl compat.sh here to meet the time limitation.
124 - scripts/config.py full
125 - make generated_files
126 …- make CC=clang CFLAGS='-O3 -Werror -fsanitize=address,undefined -fno-sanitize-recover=all' LDFLAG…
128 - tests/compat.sh -p GnuTLS -e 'CAMELLIA'
129 - tests/scripts/travis-log-failure.sh
130 - tests/context-info.sh
133 - tests/scripts/travis-log-failure.sh
137 - SEED=1
138 …- secure: "JECCru6HASpKZ0OLfHh8f/KXhKkdrCwjquZghd/qbA4ksxsWImjR7KEPERcaPndXEilzhDbKwuFvJiQX2duVgTG…
141 - $PYTHON scripts/min_requirements.py
146 - gnutls-bin
150 notification_email: support-mbedtls@arm.com