Skip to content

Instantly share code, notes, and snippets.

@warnyul
Created July 22, 2018 11:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save warnyul/53beb643a5ecf1ee1c6e1edf1e57b24d to your computer and use it in GitHub Desktop.
Save warnyul/53beb643a5ecf1ee1c6e1edf1e57b24d to your computer and use it in GitHub Desktop.
Travis - Kotlin Native - iOS - Gradle Setup
language: objective-c
osx_image: xcode9.4
cache:
- directories:
# Gradle dependencies
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
# Kotlin native
- $HOME/.konan/cache
script:
- ./gradlew clean build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment