From f92f0aa763925d852b785ee453f193a7875584a1 Mon Sep 17 00:00:00 2001 From: Yuta Saito Date: Sun, 5 Sep 2021 20:07:12 +0900 Subject: [PATCH] Add CI node for WebAssembly --- nodes/wasm32_ubuntu_20.04.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 nodes/wasm32_ubuntu_20.04.json diff --git a/nodes/wasm32_ubuntu_20.04.json b/nodes/wasm32_ubuntu_20.04.json new file mode 100644 index 0000000..e620cd0 --- /dev/null +++ b/nodes/wasm32_ubuntu_20.04.json @@ -0,0 +1,19 @@ +{ + "contact": { + "name": "SwiftWasm team", + "email": "hello@swiftwasm.org", + "company": "" + }, + "node": { + "platform": "WebAssembly (wasm32)", + "os_version": "Ubuntu 20.04" + }, + "jobs": [ + { + "display_name": "Swift - WebAssembly (wasm32) (Tools RA, Stdlib RA) (main)", + "branch": "main", + "preset": "buildbot_incremental_linux_crosscompile_wasm", + "email_notifications": ["apple-ci@swiftwasm.org"] + } + ] +}