mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-31 10:20:45 +00:00
Add comments about travis test.
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
ba1e78f1c2
commit
aa18c4bf96
@ -89,7 +89,9 @@ jobs:
|
|||||||
packages:
|
packages:
|
||||||
- gcc
|
- gcc
|
||||||
script:
|
script:
|
||||||
# See above
|
# Do a manual build+test sequence rather than using all.sh, because
|
||||||
|
# there's no all.sh component that does what we want. We should set
|
||||||
|
# CFLAGS for arm64 host CC.
|
||||||
- scripts/config.py full
|
- scripts/config.py full
|
||||||
- scripts/config.py unset MBEDTLS_SHA512_USE_A64_CRYPTO_IF_PRESENT
|
- scripts/config.py unset MBEDTLS_SHA512_USE_A64_CRYPTO_IF_PRESENT
|
||||||
- scripts/config.py unset MBEDTLS_SHA512_USE_A64_CRYPTO_ONLY
|
- scripts/config.py unset MBEDTLS_SHA512_USE_A64_CRYPTO_ONLY
|
||||||
@ -115,7 +117,9 @@ jobs:
|
|||||||
- clang
|
- clang
|
||||||
- gnutls-bin
|
- gnutls-bin
|
||||||
script:
|
script:
|
||||||
# See above
|
# Do a manual build+test sequence rather than using all.sh, because
|
||||||
|
# there's no all.sh component that does what we want. We should set
|
||||||
|
# CFLAGS for arm64 host CC.
|
||||||
- scripts/config.py full
|
- scripts/config.py full
|
||||||
- scripts/config.py unset MBEDTLS_SHA512_USE_A64_CRYPTO_IF_PRESENT
|
- scripts/config.py unset MBEDTLS_SHA512_USE_A64_CRYPTO_IF_PRESENT
|
||||||
- scripts/config.py unset MBEDTLS_SHA512_USE_A64_CRYPTO_ONLY
|
- scripts/config.py unset MBEDTLS_SHA512_USE_A64_CRYPTO_ONLY
|
||||||
@ -128,7 +132,6 @@ jobs:
|
|||||||
- tests/scripts/travis-log-failure.sh
|
- tests/scripts/travis-log-failure.sh
|
||||||
- tests/context-info.sh
|
- tests/context-info.sh
|
||||||
|
|
||||||
|
|
||||||
after_failure:
|
after_failure:
|
||||||
- tests/scripts/travis-log-failure.sh
|
- tests/scripts/travis-log-failure.sh
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user