diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2021-06-21 11:10:04 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2021-06-21 11:10:04 +0200 |
| commit | 896348f904360217896b92a8db406220484a993a (patch) | |
| tree | 57324511c45e3a8e8c1eef773c583333fbef3dc7 /.github | |
| parent | 1c7f284c710f3b96f8849d9ad7de989c8f8a5fe0 (diff) | |
| parent | 0d3d6650a9d57a85dd441663a4f504729ef8d52c (diff) | |
| download | mullvadvpn-896348f904360217896b92a8db406220484a993a.tar.xz mullvadvpn-896348f904360217896b92a8db406220484a993a.zip | |
Merge branch 'update-wireguard-go'
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ios.yml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 97a4383456..4a055735c8 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -17,6 +17,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 + - name: Setup go-lang + uses: actions/setup-go@v2 + with: + go-version: '1.16.5' + - name: Prepare iOS 12 simulator run: | sudo mkdir -p /Library/Developer/CoreSimulator/Profiles/Runtimes @@ -24,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 }} |
