Add clang to the travis build matrix

This commit is contained in:
Steffen Jaeckel 2017-02-28 01:33:17 +01:00 committed by Karel Miko
parent 2edc0aeb66
commit 3dbd250bc9

View File

@ -1,6 +1,7 @@
language: c
compiler:
- gcc
- clang
script: bash "${BUILDSCRIPT}" "${BUILDNAME}" "${BUILDOPTIONS}" "makefile" "-DUSE_LTM -DLTM_DESC -I/usr/include" "/usr/lib/libtommath.a"
env:
- |