This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
oriment/circle.yml

11 lines
159 B
YAML
Raw Normal View History

2015-12-19 21:43:23 +00:00
dependencies:
pre:
2015-12-19 21:44:30 +00:00
- ./scripts/build
2015-12-19 21:43:23 +00:00
test:
override:
2015-12-19 22:09:51 +00:00
- ./scripts/runtests:
parallel: true
- cordova build android:
parallel: true