|
1 | 1 | language: objective-c
|
2 |
| -osx_image: xcode7.3 |
3 |
| -sudo: false |
| 2 | +osx_image: xcode8 |
| 3 | +# sudo: false |
4 | 4 |
|
5 | 5 | install:
|
6 | 6 |
|
7 |
| -- ./install_swiftlint.sh |
| 7 | +# - ./install_swiftlint.sh |
8 | 8 |
|
9 | 9 | script:
|
10 | 10 |
|
11 |
| -- xctool test -project ./All-Pairs\ Shortest\ Paths/APSP/APSP.xcodeproj -scheme APSPTests |
12 |
| -- xctool test -project ./Array2D/Tests/Tests.xcodeproj -scheme Tests |
13 |
| -- xctool test -project ./AVL\ Tree/Tests/Tests.xcodeproj -scheme Tests |
14 |
| -- xctool test -project ./Binary\ Search/Tests/Tests.xcodeproj -scheme Tests |
15 |
| -- xctool test -project ./Binary\ Search\ Tree/Solution\ 1/Tests/Tests.xcodeproj -scheme Tests |
16 |
| -- xctool test -project ./Bloom\ Filter/Tests/Tests.xcodeproj -scheme Tests |
17 |
| -- xctool test -project ./Bounded\ Priority\ Queue/Tests/Tests.xcodeproj -scheme Tests |
18 |
| -- xctool test -project ./Breadth-First\ Search/Tests/Tests.xcodeproj -scheme Tests |
19 |
| -- xctool test -project ./Bucket\ Sort/Tests/Tests.xcodeproj -scheme Tests |
20 |
| -- xctool test -project ./B-Tree/Tests/Tests.xcodeproj -scheme Tests |
21 |
| -- xctool test -project ./Counting\ Sort/Tests/Tests.xcodeproj -scheme Tests |
22 |
| -- xctool test -project ./Depth-First\ Search/Tests/Tests.xcodeproj -scheme Tests |
23 |
| -- xctool test -project ./Graph/Graph.xcodeproj -scheme GraphTests |
24 |
| -- xctool test -project ./Heap/Tests/Tests.xcodeproj -scheme Tests |
25 |
| -- xctool test -project ./Heap\ Sort/Tests/Tests.xcodeproj -scheme Tests |
26 |
| -- xctool test -project ./Insertion\ Sort/Tests/Tests.xcodeproj -scheme Tests |
27 |
| -- xctool test -project ./K-Means/Tests/Tests.xcodeproj -scheme Tests |
28 |
| -- xctool test -project ./Linked\ List/Tests/Tests.xcodeproj -scheme Tests |
29 |
| -- xctool test -project ./Longest\ Common\ Subsequence/Tests/Tests.xcodeproj -scheme Tests |
30 |
| -- xctool test -project ./Minimum\ Spanning\ Tree\ \(Unweighted\)/Tests/Tests.xcodeproj -scheme Tests |
31 |
| -- xctool test -project ./Priority\ Queue/Tests/Tests.xcodeproj -scheme Tests |
32 |
| -- xctool test -project ./Queue/Tests/Tests.xcodeproj -scheme Tests |
33 |
| -- xctool test -project ./Quicksort/Tests/Tests.xcodeproj -scheme Tests |
34 |
| -- xctool test -project ./Run-Length\ Encoding/Tests/Tests.xcodeproj -scheme Tests |
35 |
| -- xctool test -project ./Select\ Minimum\ Maximum/Tests/Tests.xcodeproj -scheme Tests |
36 |
| -- xctool test -project ./Selection\ Sort/Tests/Tests.xcodeproj -scheme Tests |
37 |
| -- xctool test -project ./Shell\ Sort/Tests/Tests.xcodeproj -scheme Tests |
38 |
| -- xctool test -project ./Shortest\ Path\ \(Unweighted\)/Tests/Tests.xcodeproj -scheme Tests |
39 |
| -- xctool test -project ./Single-Source\ Shortest\ Paths\ \(Weighted\)/SSSP.xcodeproj -scheme SSSPTests |
40 |
| -- xctool test -project ./Stack/Tests/Tests.xcodeproj -scheme Tests |
41 |
| -- xctool test -project ./Topological\ Sort/Tests/Tests.xcodeproj -scheme Tests |
| 11 | +# - xcodebuild test -project ./All-Pairs\ Shortest\ Paths/APSP/APSP.xcodeproj -scheme APSPTests |
| 12 | +# - xcodebuild test -project ./Array2D/Tests/Tests.xcodeproj -scheme Tests |
| 13 | + - xcodebuild test -project ./AVL\ Tree/Tests/Tests.xcodeproj -scheme Tests |
| 14 | +# - xcodebuild test -project ./Binary\ Search/Tests/Tests.xcodeproj -scheme Tests |
| 15 | +# - xcodebuild test -project ./Binary\ Search\ Tree/Solution\ 1/Tests/Tests.xcodeproj -scheme Tests |
| 16 | +# - xcodebuild test -project ./Bloom\ Filter/Tests/Tests.xcodeproj -scheme Tests |
| 17 | +# - xcodebuild test -project ./Bounded\ Priority\ Queue/Tests/Tests.xcodeproj -scheme Tests |
| 18 | +# - xcodebuild test -project ./Breadth-First\ Search/Tests/Tests.xcodeproj -scheme Tests |
| 19 | +# - xcodebuild test -project ./Bucket\ Sort/Tests/Tests.xcodeproj -scheme Tests |
| 20 | +# - xcodebuild test -project ./B-Tree/Tests/Tests.xcodeproj -scheme Tests |
| 21 | +# - xcodebuild test -project ./Counting\ Sort/Tests/Tests.xcodeproj -scheme Tests |
| 22 | +# - xcodebuild test -project ./Depth-First\ Search/Tests/Tests.xcodeproj -scheme Tests |
| 23 | +# - xcodebuild test -project ./Graph/Graph.xcodeproj -scheme GraphTests |
| 24 | +# - xcodebuild test -project ./Heap/Tests/Tests.xcodeproj -scheme Tests |
| 25 | +# - xcodebuild test -project ./Heap\ Sort/Tests/Tests.xcodeproj -scheme Tests |
| 26 | +# - xcodebuild test -project ./Insertion\ Sort/Tests/Tests.xcodeproj -scheme Tests |
| 27 | +# - xcodebuild test -project ./K-Means/Tests/Tests.xcodeproj -scheme Tests |
| 28 | +# - xcodebuild test -project ./Linked\ List/Tests/Tests.xcodeproj -scheme Tests |
| 29 | +# - xcodebuild test -project ./Longest\ Common\ Subsequence/Tests/Tests.xcodeproj -scheme Tests |
| 30 | +# - xcodebuild test -project ./Minimum\ Spanning\ Tree\ \(Unweighted\)/Tests/Tests.xcodeproj -scheme Tests |
| 31 | +# - xcodebuild test -project ./Priority\ Queue/Tests/Tests.xcodeproj -scheme Tests |
| 32 | +# - xcodebuild test -project ./Queue/Tests/Tests.xcodeproj -scheme Tests |
| 33 | +# - xcodebuild test -project ./Quicksort/Tests/Tests.xcodeproj -scheme Tests |
| 34 | +# - xcodebuild test -project ./Run-Length\ Encoding/Tests/Tests.xcodeproj -scheme Tests |
| 35 | +# - xcodebuild test -project ./Select\ Minimum\ Maximum/Tests/Tests.xcodeproj -scheme Tests |
| 36 | +# - xcodebuild test -project ./Selection\ Sort/Tests/Tests.xcodeproj -scheme Tests |
| 37 | +# - xcodebuild test -project ./Shell\ Sort/Tests/Tests.xcodeproj -scheme Tests |
| 38 | +# - xcodebuild test -project ./Shortest\ Path\ \(Unweighted\)/Tests/Tests.xcodeproj -scheme Tests |
| 39 | +# - xcodebuild test -project ./Single-Source\ Shortest\ Paths\ \(Weighted\)/SSSP.xcodeproj -scheme SSSPTests |
| 40 | +# - xcodebuild test -project ./Stack/Tests/Tests.xcodeproj -scheme Tests |
| 41 | +# - xcodebuild test -project ./Topological\ Sort/Tests/Tests.xcodeproj -scheme Tests |
0 commit comments