You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
322 B
8 lines
322 B
os: osx |
|
language: swift |
|
xcode_project: Clocker.xcodeproj # path to your xcodeproj folder |
|
osx_image: xcode10.2 |
|
script: |
|
- set -o pipefail |
|
- xcodebuild -project Clocker/Clocker.xcodeproj -scheme Clocker build analyze | xcpretty |
|
- xcodebuild -project Clocker/Clocker.xcodeproj -scheme Tests test-without-building | xcpretty |