added matrix for all android arch

This commit is contained in:
vladimir.kuznetsov 2022-11-27 12:32:45 +03:00
parent c85ad470ba
commit 2e5171c205
5 changed files with 41 additions and 29 deletions

View file

@ -36,7 +36,6 @@ echo "Using Qt in $QT_BIN_DIR"
echo "Using Android SDK in $ANDROID_SDK_ROOT"
echo "Using Android NDK in $ANDROID_NDK_ROOT"
# Checking env
$QT_BIN_DIR/qmake -v
$ANDROID_NDK_HOME/prebuilt/linux-x86_64/bin/make -v

View file

@ -1,10 +1,6 @@
#!/bin/bash
echo "Build script started ..."
ls "/Users/runner/work/_temp/Qt/6.4.0/"
# sed 's/macos/ios/' /Users/runner/work/_temp/Qt/6.4.0/ios/bin/qmake > /Users/runner/work/_temp/Qt/6.4.0/ios/bin/qmake
cat /Users/runner/work/_temp/Qt/6.4.0/ios/bin/qmake
set -o errexit -o nounset
# Hold on to current directory

View file

@ -1,8 +1,6 @@
#!/bin/bash
echo "Build script started ..."
ls $QT_BIN_DIR
set -o errexit -o nounset
while getopts n: flag