-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit 0be34f9.
- Loading branch information
Showing
18 changed files
with
136 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
steps: | ||
- block: ":rocket: Release!" | ||
prompt: "Fill out the details for release" | ||
if: 'build.message =~ /^release\$/i' | ||
fields: | ||
- text: "VERSION" | ||
key: "version" | ||
- text: "NPM_TAG" | ||
key: "npm-tag" | ||
default: 'null' | ||
required: false | ||
- text: "BUILD_DOCUMENTATION_VERSION" | ||
key: "build-documentation-version" | ||
default: 'null' | ||
hint: 'Leave NULL if no version is specified' | ||
- text: "REMOVE_DOCUMENTATION_VERSION" | ||
key: "remove-documentation-version" | ||
default: 'null' | ||
hint: 'Leave NULL if no version is specified' | ||
|
||
- label: ":android: Android" | ||
command: | ||
- "nvm install" | ||
- "npm install" | ||
- "npm run test-js" | ||
- "npm run test-unit-android -- --release" | ||
- "npm run test-e2e-android-multi -- --release --headless --verbose --ci" | ||
key: "android_build" | ||
timeout_in_minutes: 90 | ||
artifact_paths: "/Users/builder/work/artifacts/**/*" | ||
|
||
- label: ":ios: iOS - Unit" | ||
command: | ||
- "nvm install" | ||
- "npm install" | ||
- "npm run test-unit-ios -- --release" | ||
key: "ios_unit" | ||
timeout_in_minutes: 90 | ||
|
||
- label: ":ios: iOS - E2E" | ||
command: | ||
- "nvm install" | ||
- "npm install" | ||
- "npm run test-snapshot-ios -- --release" | ||
- "npm run test-e2e-ios -- --release --multi --ci" | ||
key: "ios_e2e" | ||
timeout_in_minutes: 90 | ||
artifact_paths: "/Users/builder/work/artifacts/**/*" | ||
|
||
- label: ":package: Publish" | ||
env: | ||
if: "build.pull_request.id == null" | ||
command: | ||
- "nvm install" | ||
- "npm install" | ||
- "npm run release" | ||
depends_on: | ||
- "android_build" | ||
- "ios_unit" | ||
- "ios_e2e" | ||
timeout_in_minutes: 90 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
20 | ||
16 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Thu Jul 28 13:48:47 IDT 2022 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip | ||
distributionPath=wrapper/dists | ||
zipStorePath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME |
Oops, something went wrong.