Skip to content

Commit

Permalink
fixing circle ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubik committed May 8, 2015
1 parent 87b0ff3 commit 5bc2783
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
.DS_Store
node_modules
8 changes: 4 additions & 4 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
machine:
environment:
ANDROID_NDK_HOME: $ANDROID_NDK

dependencies:
pre:
override:
- npm install -g cordova-paramedic
- npm install -g cordova

test:
pre:
- emulator -avd circleci-android21 -no-audio -no-window:
- echo y | android update sdk --no-ui --all --filter "addon-google_apis-google-22, sys-img-armeabi-v7a-addon-google_apis-google-22"
- android create avd --force -n test -t "Google Inc.:Google APIs:22" --abi armeabi-v7a --tag google_apis
- emulator -avd test -no-audio -no-window:
background: true
parallel: true
- circle-android wait-for-boot
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,9 @@
"name": "cordova",
"version": ">=3.0.0"
}
]
],
"devDependencies": {
"cordova": "^5.0.0",
"cordova-paramedic": "^0.3.1"
}
}

0 comments on commit 5bc2783

Please sign in to comment.