Skip to content

Commit a66b146

Browse files
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>
1 parent c99a5ba commit a66b146

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ jobs:
3434
- tests/scripts/test-ref-configs.pl
3535
- tests/scripts/all.sh -k 'test_depends_*' 'build_key_exchanges'
3636

37+
- name: macOS
38+
os: osx
39+
compiler: clang
40+
script:
41+
- tests/scripts/all.sh -k test_default_out_of_box
42+
3743
after_failure:
3844
- tests/scripts/travis-log-failure.sh
3945

0 commit comments

Comments
 (0)