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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -11,6 +11,7 @@ coverage.clover
|
||||
|
||||
# Build and test
|
||||
build/
|
||||
/.bin
|
||||
|
||||
# Mac OS
|
||||
.DS_Store
|
||||
|
13
circle.yml
Normal file
13
circle.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
machine:
|
||||
php:
|
||||
#version: 5.6.18
|
||||
|
||||
|
||||
|
||||
test:
|
||||
pre:
|
||||
- make install
|
||||
- make check
|
||||
|
||||
override:
|
||||
- make test
|
Reference in New Issue
Block a user