Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3506358
D5797.id19086.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
D5797.id19086.diff
View Options
diff --git a/.buildkite/jsi_codegen.yml b/.buildkite/jsi_codegen.yml
new file mode 100644
--- /dev/null
+++ b/.buildkite/jsi_codegen.yml
@@ -0,0 +1,13 @@
+steps:
+ - label: 'JSI Codegen'
+ command:
+ - '(pkill flow || true)'
+ - 'yarn cleaninstall --frozen-lockfile --skip-optional --network-timeout 180000'
+ - 'cd native && yarn codegen-jsi && git diff --exit-code'
+ plugins:
+ - docker#v3.13.0:
+ image: 'node:16.13-bullseye'
+ always-pull: true
+ workdir: /comm
+ agents:
+ - 'autoscaling=true'
diff --git a/.github/workflows/jsi_codegen.yml b/.github/workflows/jsi_codegen.yml
new file mode 100644
--- /dev/null
+++ b/.github/workflows/jsi_codegen.yml
@@ -0,0 +1,23 @@
+name: JSI Codegen
+
+on:
+ push:
+ branches: [master]
+ pull_request:
+ types: [opened, reopened]
+
+jobs:
+ build:
+ runs-on: ubuntu-22.04
+ steps:
+ - uses: actions/checkout@v3
+
+ - name: npm install -g yarn
+ run: npm install -g yarn
+
+ - name: yarn --frozen-lockfile --network-timeout 180000
+ run: yarn --frozen-lockfile --network-timeout 180000
+
+ - name: '[native] JSI Codegen'
+ working-directory: ./native
+ run: yarn codegen-jsi && git diff --exit-code
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 4:12 PM (20 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2687703
Default Alt Text
D5797.id19086.diff (1 KB)
Attached To
Mode
D5797: [CI] Add JSI Codegen to CI
Attached
Detach File
Event Timeline
Log In to Comment