There was an error while loading. Please reload this page.
1 parent 6da9c12 commit 3e37702Copy full SHA for 3e37702
.circleci/config.yml
@@ -52,7 +52,7 @@ jobs:
52
echo '{"projectBase": "/home/circleci/project/AppBuilderTest","settingFilePath":"/app.json","workspacePath":"test","schemePath":"test","androidParams":[{"buildName":"BUILD_TEST","customParam":"testValue"}],"iosParams":[]}' > setting.json
53
- run:
54
name: Android build
55
- command: node ./bin.js android setting.json
+ command: cd /home/circleci/project/AppBuilderTest && ./gradlew assembleRelease
56
57
58
0 commit comments