We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e6e138 commit 5f1dbacCopy full SHA for 5f1dbac
.github/workflows/pull_request.yml
@@ -21,3 +21,25 @@ jobs:
21
name: docker-logs
22
path: |
23
*.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
38
+ if: false
39
40
41
42
43
+ working-directory: swift-ci/sdks/android
44
45
.gitignore
@@ -0,0 +1,2 @@
1
+.*.swp
2
+static-swift-linux-sources
0 commit comments