diff options
| author | David Lechner | 2020-03-21 18:43:26 -0500 |
|---|---|---|
| committer | Damien George | 2020-03-30 12:05:22 +1100 |
| commit | 2461349b27385cf8c4e25c910a4af82dd96f8953 (patch) | |
| tree | ee0bc0cd2cb43f8bf1d93c4070f898c06bc714b4 | |
| parent | a2110bd3fca59df8b16a2b5fe4645a4af30b06ed (diff) | |
travis: Build full unix coverage build on osx job.
This should help catch more compile errors with the clang compiler.
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e93a015c4..207077b6b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -212,6 +212,8 @@ jobs: - make ${MAKEOPTS} -C ports/unix # OSX has poor time resolution and the following tests do not have the correct output - (cd tests && ./run-tests --exclude 'uasyncio_(basic|heaplock|lock|wait_task)') + # check for additional compiler errors/warnings + - make ${MAKEOPTS} -C ports/unix VARIANT=coverage after_failure: - (cd tests && for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff -u $testbase.exp $testbase.out; done) |
