Skip to content

Instantly share code, notes, and snippets.

@warnyul
Last active July 22, 2018 13:39
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/c69c19a3484e079283888d6d4c3034c8 to your computer and use it in GitHub Desktop.
Save warnyul/c69c19a3484e079283888d6d4c3034c8 to your computer and use it in GitHub Desktop.
Setup Kotlin Native builds with caching on Travis CI
language: objective-c
osx_image: xcode9.4
script:
- ./gradlew clean build
cache:
- directories:
# Gradle dependencies
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
# Kotlin native
- $HOME/.konan/cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment