File tree Expand file tree Collapse file tree 8 files changed +67
-3
lines changed Expand file tree Collapse file tree 8 files changed +67
-3
lines changed Original file line number Diff line number Diff line change 21
21
name : docker-logs
22
22
path : |
23
23
*.log
24
-
Original file line number Diff line number Diff line change 4
4
#
5
5
# Swift Android SDK: Docker Container Build Script
6
6
#
7
+ # This source file is part of the Swift.org open source project
8
+ #
9
+ # Copyright (c) 2025 Apple Inc. and the Swift project authors
10
+ # Licensed under Apache License v2.0 with Runtime Library Exception
11
+ #
12
+ # See https://swift.org/LICENSE.txt for license information
13
+ # See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
14
+ #
7
15
# ===----------------------------------------------------------------------===
8
16
9
17
# default architectures to build for
Original file line number Diff line number Diff line change 4
4
#
5
5
# Swift Android SDK: Local (non-Docker-containerized) Build Script
6
6
#
7
+ # This source file is part of the Swift.org open source project
8
+ #
9
+ # Copyright (c) 2025 Apple Inc. and the Swift project authors
10
+ # Licensed under Apache License v2.0 with Runtime Library Exception
11
+ #
12
+ # See https://swift.org/LICENSE.txt for license information
13
+ # See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
14
+ #
7
15
# ===----------------------------------------------------------------------===
8
16
9
17
# default architectures to build for
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # Swift SDK for Android: Build Script
2
+ #
3
+ # ===----------------------------------------------------------------------===
4
+ #
5
+ # Swift SDK for Android: Build Script
6
+ #
7
+ # This source file is part of the Swift.org open source project
8
+ #
9
+ # Copyright (c) 2024 Apple Inc. and the Swift project authors
10
+ # Licensed under Apache License v2.0 with Runtime Library Exception
11
+ #
12
+ # See https://swift.org/LICENSE.txt for license information
13
+ # See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
14
+ #
15
+ # ===----------------------------------------------------------------------===
3
16
set -e
4
17
5
18
# Docker sets TERM to xterm if using a pty; we probably want
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # Swift Android SDK: Fetch Sources
2
+ # ===----------------------------------------------------------------------===
3
+ #
4
+ # Swift Android SDK: Fetch Sources
5
+ #
6
+ # This source file is part of the Swift.org open source project
7
+ #
8
+ # Copyright (c) 2024 Apple Inc. and the Swift project authors
9
+ # Licensed under Apache License v2.0 with Runtime Library Exception
10
+ #
11
+ # See https://swift.org/LICENSE.txt for license information
12
+ # See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
13
+ #
14
+ # ===----------------------------------------------------------------------===
3
15
set -e
4
16
5
17
# Docker sets TERM to xterm if using a pty; we probably want
Original file line number Diff line number Diff line change 4
4
#
5
5
# Swift Android SDK: Install NDK
6
6
#
7
+ # This source file is part of the Swift.org open source project
8
+ #
9
+ # Copyright (c) 2024 Apple Inc. and the Swift project authors
10
+ # Licensed under Apache License v2.0 with Runtime Library Exception
11
+ #
12
+ # See https://swift.org/LICENSE.txt for license information
13
+ # See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
14
+ #
7
15
# ===----------------------------------------------------------------------===
8
16
9
17
set -e
Original file line number Diff line number Diff line change 4
4
#
5
5
# Swift Android SDK: Install Swift
6
6
#
7
+ # This source file is part of the Swift.org open source project
8
+ #
9
+ # Copyright (c) 2024 Apple Inc. and the Swift project authors
10
+ # Licensed under Apache License v2.0 with Runtime Library Exception
11
+ #
12
+ # See https://swift.org/LICENSE.txt for license information
13
+ # See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
14
+ #
7
15
# ===----------------------------------------------------------------------===
8
16
9
17
set -e
Original file line number Diff line number Diff line change 4
4
#
5
5
# Swift Android SDK: Toolchain source variables
6
6
#
7
+ # This source file is part of the Swift.org open source project
8
+ #
9
+ # Copyright (c) 2024 Apple Inc. and the Swift project authors
10
+ # Licensed under Apache License v2.0 with Runtime Library Exception
11
+ #
12
+ # See https://swift.org/LICENSE.txt for license information
13
+ # See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
14
+ #
7
15
# ===----------------------------------------------------------------------===
8
16
9
17
# This script is meant to be sourced from another script that sets the
You can’t perform that action at this time.
0 commit comments