summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/ios.yml
AgeCommit message (Collapse)AuthorFilesLines
2025-09-30Unify swift format scripts and fix documentationSteffen1-1/+1
2025-09-30Switch swiftformat to swift-formatSteffen1-26/+5
2025-08-26Remove hotfix to force Xcode 16dot4Bug Magnet1-8/+0
2025-08-18Fix Github runnerJon Petersson1-0/+8
2025-05-26Add ui test build step to ios ciSteffen1-0/+24
2025-05-26Simplify ios actionsSteffen Ernst1-3/+1
2025-05-26Fix checkout step needs to be in workflowSteffen Ernst1-0/+3
2025-05-26Refactor ios github actionsSteffen Ernst1-55/+3
2025-02-27Add submodule checkout to all CI scripts, amend build instructionsAndrew Bulhak1-1/+1
2025-02-21Add wireguard-apple submodule to trigger pathsAndrew Bulhak1-0/+1
2025-02-21Add wireguard-apple submodule update to ios workflowAndrew Bulhak1-0/+6
2025-02-04Set toolchain and target directly with RustupLinus Färnstrand1-2/+0
2025-01-14Update CI ScriptsBug Magnet1-10/+5
2024-11-26Update Actionstinyboxvk1-3/+3
Signed-off-by: tinyboxvk <13696594+tinyboxvk@users.noreply.github.com>
2024-10-23Store unit test reportNiklas Berglund1-0/+12
2024-10-18Update docs and scripts for go1.21Emīls1-1/+1
2024-08-22Add top level `permissions` to all Github Actions workflowsLinus Färnstrand1-0/+3
The default permission on the repository is already set to read only. So in practice this makes no difference. But this makes that more explicit, and less relying on the repository being correctly configured. This also makes security scanning tools such as OpenSSF scorecard happier about the overall security of our repository.
2024-08-08Change the way iOS end to end tests workflows are set upNiklas Berglund1-10/+18
2024-07-17Update wireguard-appleEmīls1-1/+1
2024-05-21Add protobuf when building and running testsBug Magnet1-0/+5
2024-03-25Force the rust version to the current stable releaseBug Magnet1-1/+4
2024-03-11Add -disableAutomaticPackageResolution to xcodebuild commandJon Petersson1-0/+1
2024-02-02Run iOS tests when rust builscript is changedEmīls1-0/+1
2024-01-18Add a staging configuration that automatically targets the staging environmentBug Magnet1-0/+1
2023-12-18Execute screenshot tests after merging to mainJon Petersson1-9/+0
2023-12-08Run screenshots action on GithubJon Petersson1-1/+10
2023-12-07Use macos-13 for linting and formattingEmīls1-2/+2
2023-11-10Use bigger runners and yeetdEmīls1-4/+10
2023-10-25Bump CI to Xcode 15.0.1 and stop specifying the exact version of iOS simulatorAndrej Mihajlov1-2/+2
2023-10-05Try using Xcode15 on github CIBug Magnet1-2/+2
2023-08-25Properly pass NSUnbufferedIO environment variable to xcodebuildAndrej Mihajlov1-7/+7
2023-08-25Print swiftlint versionAndrej Mihajlov1-0/+1
2023-08-25Make sure that we run linting/formatting under ios/ and not from the rootAndrej Mihajlov1-0/+2
2023-08-18Run xcodebuild manually, pass output to xcbeautifyAndrej Mihajlov1-8/+14
- Disable: MullvadVPNScreenshots -- this is the target used by fastlane snapshot. This won't work on CI and needs further discussion - Add PacketTunnelCoreTests to test plan
2023-08-11Attempt running swiftlint directly from the github macOS imageBug Magnet1-8/+4
2023-08-11Add a swiftlint configuration and a github action for running swiftlintBug Magnet1-0/+15
Use the same swiftlint version as on brew
2023-07-21Move tests into test plansJon Petersson1-0/+1
2023-05-22Add shadowsocks-proxy crateEmīls1-0/+2
2023-05-03Upgrade CI to macOS 13 and Xcode 14.3Andrej Mihajlov1-39/+14
2023-03-07Bump Go version in workflow to 1.19.5Emīls1-1/+1
2023-01-13Try splitting too long line in iOS CI ymlLinus Färnstrand1-1/+5
2023-01-13Run yamlfix on all of .github/workflows/Linus Färnstrand1-79/+79
2022-11-02Add xcbeautifyAndrej Mihajlov1-2/+5
2022-11-02Run all tests but ignore screenshots UI tests bundleAndrej Mihajlov1-26/+6
2022-09-26CI: add operations testsAndrej Mihajlov1-1/+16
2022-08-15Bump go patch versionDavid Lönnhager1-1/+1
2022-08-15Bump actions golang to 1.18.1Albin1-1/+1
2022-08-03Add swift-formatAndrej Mihajlov1-5/+23
2022-06-27Convert Package.resolved v2 -> v1Andrej Mihajlov1-0/+15
2022-06-13Disable -quiet for testsAndrej Mihajlov1-1/+0