Skip to content

Commit

Permalink
add CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mingyuan-xia committed Dec 11, 2016
1 parent 2628cdb commit e7e6205
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: android
python:
- "2.7"
os:
- linux
- osx
script:
- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
- ./appetizer-toolkit-darwin-x64 version
- else
- ./appetizer-toolkit-linux-x64 version
- fi

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# appetizer-toolkit
# appetizer-toolkit [![Build Status](https://travis-ci.org/appetizerio/appetizer-toolkit.svg?branch=master)](https://travis-ci.org/appetizerio/appetizer-toolkit) [![Windows Build](https://ci.appveyor.com/api/projects/status/github/appetizerio/appetizer-toolkit)](https://ci.appveyor.com/project/mingyuan-xia/appetizer-toolkit)
`appetizer-toolkit` is the core of [Appetizer](https://www.appetizer.io), which provides the ability to:
* record touchscreen events from one device and replay to many (aspect ratios must be the same)
* control multiple devices concurrently (e.g., run a shell command, install an app, etc.)
Expand Down
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
build_script:
- ./appetizer-toolkit-win32-x64.exe version

0 comments on commit e7e6205

Please sign in to comment.