We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed895c5 commit e6563daCopy full SHA for e6563da
.circleci/config.yml
@@ -322,6 +322,15 @@ commands:
322
323
echo "Found Hermes tarball at $TARBALL_PATH"
324
echo "export HERMES_ENGINE_TARBALL_PATH=$TARBALL_PATH" >> $BASH_ENV
325
+ - run:
326
+ name: Print Hermes version
327
+ command: |
328
+ HERMES_TARBALL_ARTIFACTS_DIR=<< parameters.hermes_tarball_artifacts_dir >>
329
+ TARBALL_FILENAME=$(node ~/react-native/scripts/hermes/get-tarball-name.js --buildType "<< parameters.flavor >>")
330
+ TARBALL_PATH=$HERMES_TARBALL_ARTIFACTS_DIR/$TARBALL_FILENAME
331
+ echo 'print(HermesInternal?.getRuntimeProperties?.()["OSS Release Version"])' > test.js
332
+ ./$TARBALL_PATH/destroot/bin/hermes test.js
333
+ rm test.js
334
- steps: << parameters.steps >>
335
- when:
336
condition:
0 commit comments