File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Build and test
2- on : [push, pull_request]
2+ on :
3+ push :
4+ branches :
5+ - master
6+ pull_request :
7+ branches :
8+ - master
39concurrency :
410 group : ci-${{ github.ref }}
511 cancel-in-progress : ${{ github.ref != 'refs/heads/master' }}
4551 env :
4652 VALIDATOR_SUBSPEC : SQLCipher
4753 run : ./run-tests.sh
48- - name : " Run tests (CARTHAGE_PLATFORM: iOS)"
49- env :
50- CARTHAGE_PLATFORM : iOS
51- run : ./run-tests.sh
52- - name : " Run tests (CARTHAGE_PLATFORM: Mac)"
53- env :
54- CARTHAGE_PLATFORM : Mac
55- run : ./run-tests.sh
56- - name : " Run tests (CARTHAGE_PLATFORM: watchOS)"
57- env :
58- CARTHAGE_PLATFORM : watchOS
59- run : ./run-tests.sh
60- - name : " Run tests (CARTHAGE_PLATFORM: tvOS)"
61- env :
62- CARTHAGE_PLATFORM : tvOS
63- run : ./run-tests.sh
64- - name : " Run tests (CARTHAGE_PLATFORM: visionOS)"
65- env :
66- CARTHAGE_PLATFORM : visionOS
67- run : ./run-tests.sh
6854 build-linux :
6955 runs-on : ubuntu-latest
7056 steps :
You can’t perform that action at this time.
0 commit comments