We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e9ab3 commit d7f37ccCopy full SHA for d7f37cc
.travis.yml
@@ -58,3 +58,4 @@ script:
58
- make test-plugin
59
- make test-echo
60
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then make xcodebuild; fi
61
+ - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then travis_wait 30 make build-carthage; fi
Makefile
@@ -40,6 +40,9 @@ test-plugin:
40
xcodebuild: project
41
xcodebuild -project SwiftGRPC.xcodeproj -configuration "Debug" -parallelizeTargets -target SwiftGRPC -target Echo -target Simple -target protoc-gen-swiftgrpc build
42
43
+build-carthage:
44
+ carthage build --no-skip-current
45
+
46
clean:
47
rm -rf Packages
48
rm -rf .build build
0 commit comments