added matrix for all android arch
This commit is contained in:
parent
c85ad470ba
commit
2e5171c205
5 changed files with 41 additions and 29 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
#!/bin/bash
|
||||
echo "Build script started ..."
|
||||
|
||||
ls $QT_BIN_DIR
|
||||
|
||||
set -o errexit -o nounset
|
||||
|
||||
while getopts n: flag
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue