Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3242925
D3925.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D3925.diff
View Options
diff --git a/.buildkite/android.yml b/.buildkite/android.yml
new file mode 100644
--- /dev/null
+++ b/.buildkite/android.yml
@@ -0,0 +1,6 @@
+steps:
+ - command:
+ - 'yarn cleaninstall --frozen-lockfile --skip-optional'
+ - 'cd native/android && ./gradlew bundleRelease'
+ agents:
+ - 'android=true'
diff --git a/.buildkite/eslint_flow_jest.yml b/.buildkite/eslint_flow_jest.yml
new file mode 100644
--- /dev/null
+++ b/.buildkite/eslint_flow_jest.yml
@@ -0,0 +1,9 @@
+steps:
+ - command:
+ - '(pkill flow || true)'
+ - 'yarn cleaninstall --frozen-lockfile --skip-optional'
+ - 'yarn eslint --max-warnings=0 & yarn workspace lib flow & yarn workspace web flow & yarn workspace landing flow & yarn workspace native flow'
+ - 'cd keyserver && mkdir secrets && touch secrets/db_config.json && touch secrets/olm_config.json && mkdir facts && touch facts/app_url.json && touch facts/commapp_url.json && touch facts/squadcal_url.json && touch facts/landing_url.json && touch facts/url.json && cd ../ && yarn workspace keyserver flow'
+ - 'cd lib && yarn test'
+ agents:
+ - 'linux=true'
diff --git a/.buildkite/ios.yml b/.buildkite/ios.yml
new file mode 100644
--- /dev/null
+++ b/.buildkite/ios.yml
@@ -0,0 +1,7 @@
+steps:
+ - command:
+ - 'pod repo update && yarn workspace native clean-ios'
+ - 'yarn cleaninstall --frozen-lockfile --skip-optional'
+ - 'cd native/ios && xcodebuild -workspace Comm.xcworkspace -scheme Comm -destination generic/platform=iOS -allowProvisioningUpdates'
+ agents:
+ - 'mac=true'
diff --git a/.buildkite/services.yml b/.buildkite/services.yml
new file mode 100644
--- /dev/null
+++ b/.buildkite/services.yml
@@ -0,0 +1,6 @@
+steps:
+ - command:
+ - 'yarn cleaninstall --frozen-lockfile --skip-optional'
+ - 'cd services && yarn build-all'
+ agents:
+ - 'docker=true'
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 15, 7:10 AM (16 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2493258
Default Alt Text
D3925.diff (1 KB)
Attached To
Mode
D3925: [CI] Include Buildkite pipelines in repo
Attached
Detach File
Event Timeline
Log In to Comment