1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-07-31 13:40:08 +02:00

prepare to run on circleci

This commit is contained in:
Mikael Roos
2017-03-03 21:41:35 +01:00
parent 4f8fb82baf
commit 58d83ba494
2 changed files with 14 additions and 0 deletions

1
.gitignore vendored
View File

@@ -11,6 +11,7 @@ coverage.clover
# Build and test
build/
/.bin
# Mac OS
.DS_Store

13
circle.yml Normal file
View File

@@ -0,0 +1,13 @@
machine:
php:
#version: 5.6.18
test:
pre:
- make install
- make check
override:
- make test