aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGilles Peskine <Gilles.Peskine@arm.com>2020-04-30 23:10:48 +0200
committerGilles Peskine <Gilles.Peskine@arm.com>2020-04-30 23:14:08 +0200
commit907211da885e8c39027d9c2eedc6732771bd74b2 (patch)
treed5db00277728c7469125a9d4fd2f9035853a1c70 /.travis.yml
parent18487f62d8c47b1b94f67501bd048041df12ffdf (diff)
downloadmbedtls-907211da885e8c39027d9c2eedc6732771bd74b2.zip
mbedtls-907211da885e8c39027d9c2eedc6732771bd74b2.tar.gz
mbedtls-907211da885e8c39027d9c2eedc6732771bd74b2.tar.bz2
Travis: do both a Cortex-A build and a Cortex-M0+ build
The Cortex-A build is similar to Debian armel. The Cortex-M0+ is a handy point of comparison for code size. Put that one last so that it's easy to find in the log. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a059ea8..c67c0cd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,8 +21,8 @@ jobs:
script:
- tests/scripts/all.sh -k 'check_*'
- tests/scripts/all.sh -k test_default_out_of_box
- - tests/scripts/all.sh -k build_arm_none_eabi_gcc_arm5vte # baremetal
- tests/scripts/test-ref-configs.pl
+ - tests/scripts/all.sh -k build_arm_none_eabi_gcc_arm5vte build_arm_none_eabi_gcc_m0plus
- name: full configuration
script: