Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Pham-Gia-Huong committed Oct 29, 2019
1 parent 31a510e commit 0fa932e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- name: Build
if: success()
run: |
carthage update
carthage update --platform iOS --no-use-binaries
pod install
xcodebuild -configuration "Release" -target kintone-ios-sdk -sdk iphoneos CONFIGURATION_BUILD_DIR=iphoneos
xcodebuild -configuration "Release" -target kintone-ios-sdk -sdk iphonesimulator CONFIGURATION_BUILD_DIR=iphonesimulator
cp -r iphonesimulator/kintone_ios_sdk.framework/Modules/kintone_ios_sdk.swiftmodule/ iphoneos/kintone_ios_sdk.framework/Modules/kintone_ios_sdk.swiftmodule/
Expand Down

0 comments on commit 0fa932e

Please sign in to comment.