Skip to content

Instantly share code, notes, and snippets.

@artemnovichkov
Last active August 27, 2019 07:13
Show Gist options
  • Save artemnovichkov/dbe1a07916c889ecdae015c06387347a to your computer and use it in GitHub Desktop.
Save artemnovichkov/dbe1a07916c889ecdae015c06387347a to your computer and use it in GitHub Desktop.
Travis CI configuration from Texstyle https://github.com/rosberry/texstyle
language: swift
osx_image: xcode10.2
env:
matrix:
- DESTINATION="platform=iOS Simulator,OS=12.2,name=iPhone X"
- DESTINATION="platform=tvOS Simulator,OS=12.2,name=Apple TV 4K"
before_script: cd Texstyle
script:
- xcodebuild clean test -project Texstyle.xcodeproj -scheme Texstyle -destination "$DESTINATION" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO
after_success:
- bash <(curl -s https://codecov.io/bash)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment