Use Travis for CI
This commit is contained in:
parent
3e4385bde8
commit
01452f2484
|
@ -0,0 +1,3 @@
|
||||||
|
language: objective-c
|
||||||
|
script: ./bin/test
|
||||||
|
osx_image: xcode7.1
|
11
bin/test
11
bin/test
|
@ -1,12 +1,5 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
xcrun xcodebuild \
|
xcodebuild test -project Gifu.xcodeproj -scheme Gifu -sdk iphonesimulator BUILD_ACTIVE_ARCH=NO | xcpretty -t -c
|
||||||
-project Gifu.xcodeproj \
|
|
||||||
-scheme Gifu \
|
|
||||||
-sdk iphonesimulator \
|
|
||||||
CONFIGURATION_BUILD_DIR='./build' \
|
|
||||||
test \
|
|
||||||
| xcpretty --color
|
|
||||||
|
|
||||||
|
|
16
circle.yml
16
circle.yml
|
@ -1,16 +0,0 @@
|
||||||
machine:
|
|
||||||
xcode:
|
|
||||||
version: "7.0"
|
|
||||||
|
|
||||||
dependencies:
|
|
||||||
pre:
|
|
||||||
- bin/install-carthage
|
|
||||||
override:
|
|
||||||
- bin/carthage-bootstrap
|
|
||||||
cache_directories:
|
|
||||||
- "Carthage"
|
|
||||||
- "build"
|
|
||||||
|
|
||||||
test:
|
|
||||||
override:
|
|
||||||
- bin/test
|
|
Loading…
Reference in New Issue