Skip to content

Commit

Permalink
wip: Upgrade to Quasar 2 / Vue 3 - try to fix cordova build #393
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Aug 21, 2022
1 parent 3a06fb8 commit b2b07b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,14 @@ fi
npm run cordova:build:ios > ios.build.log 2>&1
# Capture the build result
EXIT_CODE=$?
echo $EXIT_CODE
# Copy the log whatever the result
rclone copy ios.build.log scw:kalisio-builds/${BUILD_BUCKET}/ios.build.log
# check_code $EXIT_CODE "Building the app"

# Backup the ios build to S3
rclone copy src-cordova/platforms/ios/build scw:kalisio-builds/${BUILD_BUCKET}/ios > /dev/null
# check_code $? "Copying the artefact to s3"
check_code $? "Copying the artefact to s3"

travis_fold end "build"

Expand Down
4 changes: 2 additions & 2 deletions src-cordova/hooks/ios-run-pods.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
chmod 0600 /Users/travis/.netrc
#chmod 0600 /Users/travis/.netrc
cd ./platforms/ios
pod init
#pod init
pod install #--project-directory='./platforms/ios/'

0 comments on commit b2b07b9

Please sign in to comment.