Skip to content

Commit f700db0

Browse files
authored
Merge pull request #42 from swiftwasm/swiftwasm/add-ci-node
Add CI node for WebAssembly
2 parents 9351da3 + f92f0aa commit f700db0

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

nodes/wasm32_ubuntu_20.04.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"contact": {
3+
"name": "SwiftWasm team",
4+
"email": "[email protected]",
5+
"company": ""
6+
},
7+
"node": {
8+
"platform": "WebAssembly (wasm32)",
9+
"os_version": "Ubuntu 20.04"
10+
},
11+
"jobs": [
12+
{
13+
"display_name": "Swift - WebAssembly (wasm32) (Tools RA, Stdlib RA) (main)",
14+
"branch": "main",
15+
"preset": "buildbot_incremental_linux_crosscompile_wasm",
16+
"email_notifications": ["[email protected]"]
17+
}
18+
]
19+
}

0 commit comments

Comments
 (0)