aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Peskine <Gilles.Peskine@arm.com>2020-04-25 22:42:41 +0200
committerGilles Peskine <Gilles.Peskine@arm.com>2020-04-26 00:16:34 +0200
commit129d04169a1a0070b1eced5e3a2ca48366f6d2e9 (patch)
tree2a6f3f0b17024746d57ec0a4ffaca0702d5eef61
parentf2f39ddd89728c996a06b4fd282ec3aa6d3e813e (diff)
downloadmbed-tls-129d04169a1a0070b1eced5e3a2ca48366f6d2e9.tar.gz
Travis: add a build on macOS
Just do the default build with Clang and run the unit tests. The objective is to have one build on a Unix-like platform other than Linux. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 056990925..eefb2552d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,6 +32,12 @@ jobs:
- tests/scripts/test-ref-configs.pl
- tests/scripts/all.sh -k 'test_depends_*' 'build_key_exchanges'
+ - name: macOS
+ os: osx
+ compiler: clang
+ script:
+ - tests/scripts/all.sh -k test_default_out_of_box
+
after_failure:
- tests/scripts/travis-log-failure.sh