diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2021-06-16 13:18:52 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2021-06-21 11:08:42 +0200 |
| commit | 0d3d6650a9d57a85dd441663a4f504729ef8d52c (patch) | |
| tree | 57324511c45e3a8e8c1eef773c583333fbef3dc7 /.github/workflows/ios.yml | |
| parent | de20bfe5679ab3ce47ce9de6ea04415db105f0f4 (diff) | |
| download | mullvadvpn-0d3d6650a9d57a85dd441663a4f504729ef8d52c.tar.xz mullvadvpn-0d3d6650a9d57a85dd441663a4f504729ef8d52c.zip | |
Actions: build active arch only
Diffstat (limited to '.github/workflows/ios.yml')
| -rw-r--r-- | .github/workflows/ios.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index f8d5b06a38..4a055735c8 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -29,7 +29,7 @@ jobs: - name: Build and test run: | - xcodebuild clean test -project MullvadVPN.xcodeproj -scheme MullvadVPNTests -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO + xcodebuild clean test -project MullvadVPN.xcodeproj -scheme MullvadVPNTests -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=YES working-directory: ios env: destination: ${{ matrix.destination }} |
