parent
6392bcc69d
commit
eae89e2af0
|
|
@ -44,7 +44,7 @@ matrix:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
if [[ ("$BUILD_MODE" == "ios" && "$os" == "osx") ]]; then
|
if [[ "$BUILD_MODE" == "ios" && "$os" == "osx" ]]; then
|
||||||
cp ./TestScripts/setenv-ios.sh .
|
cp ./TestScripts/setenv-ios.sh .
|
||||||
. ./setenv-ios.sh
|
. ./setenv-ios.sh
|
||||||
make -f GNUmakefile
|
make -f GNUmakefile
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue