Merge pull request #4328 from mrezai/travisci
Add openssl=builtin to build command in .travis.yml
This commit is contained in:
commit
37f84c47aa
1 changed files with 1 additions and 1 deletions
|
@ -71,4 +71,4 @@ before_script:
|
|||
- if [ "$TRAVIS_OS_NAME" = "osx" ] && [ "$GODOT_TARGET" = "android" ]; then brew update; brew install android-sdk android-ndk; export ANDROID_HOME=/usr/local/opt/android-sdk; export ANDROID_NDK_ROOT=/usr/local/opt/android-ndk; fi
|
||||
|
||||
script:
|
||||
- scons platform=$GODOT_TARGET CXX=$CXX
|
||||
- scons platform=$GODOT_TARGET CXX=$CXX openssl=builtin
|
||||
|
|
Loading…
Reference in a new issue