Skip to content

Commit 4708890

Browse files
committed
Disable python warnings for build
1 parent c831e19 commit 4708890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clean-build-copy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ build() {
6565
echo "[INFO] Build [$1]"
6666
python $p4a clean_builds
6767
rm -rf $distFolder
68-
python $p4a apk --private=$pythonApp --dist_name=$pythonAppDistName --package=$pythonAppPackageName --name=$pythonAppName --version=1 --ndk_dir=$ANDROID_NDK_HOME --ndk_version=r16b --requirements=android,pyopenssl,pycrypto,openssl --android_api=23 --arch=$1 --java-build-tool=gradle
68+
python -W ignore $p4a apk --private=$pythonApp --dist_name=$pythonAppDistName --package=$pythonAppPackageName --name=$pythonAppName --version=1 --ndk_dir=$ANDROID_NDK_HOME --ndk_version=r16b --requirements=android,pyopenssl,pycrypto,openssl --android_api=23 --arch=$1 --java-build-tool=gradle
6969
# if [ -z "$TRAVIS" ]
7070
# then
7171
# copy_libs

0 commit comments

Comments
 (0)