parent
12064f03ee
commit
d79d14b3ef
|
|
@ -42,12 +42,12 @@ matrix:
|
||||||
|
|
||||||
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
|
||||||
if
|
fi
|
||||||
|
|
||||||
# whitelist branches to avoid testing feature branches twice
|
# whitelist branches to avoid testing feature branches twice
|
||||||
branches:
|
branches:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue