mirror of
https://github.com/libtom/libtomcrypt
synced 2026-08-25 20:26:07 -04:00
try to make travis job error-out if first build fails
This commit is contained in:
parent
a76c823992
commit
a72aa2fc14
1 changed files with 2 additions and 2 deletions
|
|
@ -34,8 +34,8 @@ compiler:
|
|||
- gcc
|
||||
- clang
|
||||
script:
|
||||
- bash "${BUILDSCRIPT}" "${BUILDNAME}" "-DUSE_LTM -DLTM_DESC" "makefile V=1" "${BUILDOPTIONS}" "-ltommath"
|
||||
- bash "${BUILDSCRIPT}" "${BUILDNAME}" "-DUSE_TFM -DTFM_DESC" "makefile.shared V=1" "${BUILDOPTIONS}" "-ltfm"
|
||||
- bash "${BUILDSCRIPT}" "${BUILDNAME}" "-DUSE_LTM -DLTM_DESC" "makefile V=1" "${BUILDOPTIONS}" "-ltommath" &&
|
||||
bash "${BUILDSCRIPT}" "${BUILDNAME}" "-DUSE_TFM -DTFM_DESC" "makefile.shared V=1" "${BUILDOPTIONS}" "-ltfm"
|
||||
env:
|
||||
- |
|
||||
BUILDSCRIPT=".ci/meta_builds.sh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue