Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
magwas committed Dec 8, 2016
1 parent 003872e commit f627f2c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
all:
tools/script

testenv:
docker run --rm -p 5901:5901 -v $$(pwd):/elovalasztok -it magwas/wp_oauth_plugin /bin/bash

check:
phpunit --stderr tests

7 changes: 7 additions & 0 deletions shippable.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
build_image: magwas/wp_oauth_plugin
language: python
python:
- 2.7
build:
ci:
- tools/script
4 changes: 4 additions & 0 deletions tools/script
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
set -x
set -e
make check

0 comments on commit f627f2c

Please sign in to comment.