Skip to content

Instantly share code, notes, and snippets.

@ssx
Created April 15, 2017 07:54
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 ssx/8aa5675dea2793f8533c57b4728929eb to your computer and use it in GitHub Desktop.
Save ssx/8aa5675dea2793f8533c57b4728929eb to your computer and use it in GitHub Desktop.
.gitlab-ci.yml for Appcelerator CI testing
image: hellossx/appcelerator-ci
variables:
JAVA_HOME: "/usr/lib/jvm/java-8-oracle/"
ANDROID_HOME: "/usr/local/android/android-sdk-linux"
cache:
key: "costings_app"
untracked: true
stages:
- test
npm_tasks:
stage: test
script:
- npm install
run_jasmine_tests:
stage: test
script:
- tisdk install 6.0.3.GA
- ti build -p android -b
- npm test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment