parent
e5d99322fd
commit
bf47e175e3
|
|
@ -42,15 +42,13 @@ matrix:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- if [[ "$BUILD_MODE" == "ios" ]]; then
|
- if [[ "$BUILD_MODE" == "ios" ]]; then
|
||||||
|
cp TestScritps/setenv-ios.sh .
|
||||||
. ./setenv-ios.sh
|
. ./setenv-ios.sh
|
||||||
make -f GNUmakefile
|
make -f GNUmakefile
|
||||||
else
|
else
|
||||||
make "$BUILD_MODE" && ./cryptest.exe v && ./cryptest.exe tv all
|
make "$BUILD_MODE" && ./cryptest.exe v && ./cryptest.exe tv all
|
||||||
if
|
if
|
||||||
|
|
||||||
after_success:
|
|
||||||
- if [[ ( ("$BUILD_MODE" = "coverage") && ("$CC" = "gcc") ) ]]; then CODECOV_TOKEN="5c7bc59c-e95f-4594-82c3-33e7a1942592" bash <(curl -s https://codecov.io/bash); fi;
|
|
||||||
|
|
||||||
# whitelist branches to avoid testing feature branches twice
|
# whitelist branches to avoid testing feature branches twice
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue