Skip to content

Commit 5f1dbac

Browse files
committed
Add Android workflow
1 parent 0e6e138 commit 5f1dbac

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,25 @@ jobs:
2121
name: docker-logs
2222
path: |
2323
*.log
24+
25+
static-linux-build:
26+
name: Build Static Linux image
27+
runs-on: ubuntu-latest
28+
steps:
29+
- name: Checkout repository
30+
uses: actions/checkout@v4
31+
- name: Build Docker images
32+
working-directory: swift-ci/sdks/static-linux
33+
run: ./build
34+
35+
android-build:
36+
name: Build Android image
37+
runs-on: ubuntu-latest
38+
if: false
39+
steps:
40+
- name: Checkout repository
41+
uses: actions/checkout@v4
42+
- name: Build Docker images
43+
working-directory: swift-ci/sdks/android
44+
run: ./build
45+

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.*.swp
2+
static-swift-linux-sources

0 commit comments

Comments
 (0)