mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-06 00:03:35 -04:00
Switch to a different version of Xcode and set travis-tests to fail on error.
This commit is contained in:
parent
1385ddc8ff
commit
0022252601
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
export CC=$CC_OQS
|
||||
|
||||
autoreconf -i
|
||||
@ -34,5 +36,3 @@ make clean
|
||||
make
|
||||
make test
|
||||
for f in $(ls .travis/*-check.sh); do bash $f; done
|
||||
|
||||
|
||||
|
@ -46,11 +46,13 @@ matrix:
|
||||
before_install:
|
||||
- sh .travis/install-clang-format-linux.sh
|
||||
- os: osx
|
||||
osx_image: xcode8.3 # https://docs.travis-ci.com/user/reference/osx/
|
||||
compiler: clang
|
||||
env: CC_OQS=clang
|
||||
before_install:
|
||||
- brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/0c4314c499576b28e4c082b591228a8f940954c0/Formula/clang-format.rb
|
||||
- os: osx
|
||||
osx_image: xcode8.3 # https://docs.travis-ci.com/user/reference/osx/
|
||||
compiler: clang
|
||||
env:
|
||||
- CC_OQS=clang
|
||||
|
Loading…
x
Reference in New Issue
Block a user