Skip to content

Commit a077f42

Browse files
authored
Merge pull request #55 from skiptools/main
Add Android community CI
2 parents f5ec2ce + 4a8c464 commit a077f42

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"contact": {
3+
"name": "Marc Prud'hommeaux",
4+
"email": "[email protected]",
5+
"company": "Skip.tools"
6+
},
7+
"node": {
8+
"platform": "Android aarch64",
9+
"os_version": "Ubuntu 24.04"
10+
},
11+
"jobs": [
12+
{
13+
"display_name": "Swift - Android (arm64) (Tools RA, Stdlib RD) (main)",
14+
"branch": "main",
15+
"preset": "buildbot_linux_crosscompile_android,tools=RA,stdlib=RD,build,aarch64"
16+
}
17+
]
18+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"contact": {
3+
"name": "Marc Prud'hommeaux",
4+
"email": "[email protected]",
5+
"company": "Skip.tools"
6+
},
7+
"node": {
8+
"platform": "Android x86_64",
9+
"os_version": "Ubuntu 24.04"
10+
},
11+
"jobs": [
12+
{
13+
"display_name": "Swift - Android (Tools RA, Stdlib RD) (main)",
14+
"branch": "main",
15+
"preset": "buildbot_linux_crosscompile_android,tools=RA,stdlib=RD,build,x86_64"
16+
}
17+
]
18+
}

0 commit comments

Comments
 (0)