Parcourir la source

Merge pull request #149 from libtom/feature/travis_clang

Add clang to the travis build matrix
karel-m il y a 8 ans
Parent
commit
c8c0898bcb
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -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:
   - |