|
@@ -7,6 +7,7 @@ addons:
|
|
packages:
|
|
packages:
|
|
- binutils
|
|
- binutils
|
|
- libtommath-dev
|
|
- libtommath-dev
|
|
|
|
+ - libtfm-dev
|
|
|
|
|
|
before_script:
|
|
before_script:
|
|
- gem install coveralls-lcov
|
|
- gem install coveralls-lcov
|
|
@@ -22,9 +23,9 @@ branches:
|
|
compiler:
|
|
compiler:
|
|
- gcc
|
|
- gcc
|
|
- clang
|
|
- clang
|
|
-
|
|
|
|
-script: bash "${BUILDSCRIPT}" "${BUILDNAME}" "${BUILDOPTIONS}" "makefile V=1" "-DUSE_LTM -DLTM_DESC -I/usr/include" "/usr/lib/x86_64-linux-gnu/libtommath.a"
|
|
|
|
-
|
|
|
|
|
|
+script:
|
|
|
|
+ - bash "${BUILDSCRIPT}" "${BUILDNAME}" "${BUILDOPTIONS}" "makefile" "-DUSE_LTM -DLTM_DESC -DTFM_DESC -I/usr/include" "/usr/lib/x86_64-linux-gnu/libtommath.a"
|
|
|
|
+ - bash "${BUILDSCRIPT}" "${BUILDNAME}" "${BUILDOPTIONS}" "makefile.shared" "-DUSE_TFM -DLTM_DESC -DTFM_DESC -I/usr/include" "/usr/lib/x86_64-linux-gnu/libtfm.so"
|
|
env:
|
|
env:
|
|
- |
|
|
- |
|
|
BUILDSCRIPT="check_source.sh"
|
|
BUILDSCRIPT="check_source.sh"
|