parent
d79d14b3ef
commit
89b937bbd7
|
|
@ -41,12 +41,15 @@ matrix:
|
||||||
- env: BUILD_MODE="asan"
|
- env: BUILD_MODE="asan"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- if [[ "$BUILD_MODE" == "ios" ]]; then
|
- |
|
||||||
|
if [[ "$BUILD_MODE" == "ios" ]]; then
|
||||||
cp TestScritps/setenv-ios.sh .
|
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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# whitelist branches to avoid testing feature branches twice
|
# whitelist branches to avoid testing feature branches twice
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue