Skip to content

Commit 7d4a262

Browse files
committed
[CI] Do some testing with bun engine. NFC
1 parent 23242cb commit 7d4a262

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.circleci/config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -870,6 +870,20 @@ jobs:
870870
wasm64l.test_longjmp2_emscripten
871871
wasm64l.test_embind_val_basics_legacy"
872872
- upload-test-results
873+
test-bun:
874+
executor: linux-python
875+
steps:
876+
- checkout
877+
- pip-install
878+
- install-emsdk
879+
- run:
880+
name: install bun
881+
command: |
882+
curl -fsSL https://bun.com/install | bash
883+
echo "BUN_ENGINE = os.path.expanduser('~/.bun/bin/bun')" >> ~/emsdk/.emscripten
884+
echo "JS_ENGINES = [BUN_ENGINE]" >> ~/emsdk/.emscripten
885+
- run-tests:
886+
test_targets: "core0.test_hello_world"
873887
test-jsc:
874888
executor: linux-python
875889
steps:

0 commit comments

Comments
 (0)