mirror of
https://github.com/mosbth/cimage.git
synced 2025-08-06 08:07:42 +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 and test
|
||||||
build/
|
build/
|
||||||
|
/.bin
|
||||||
|
|
||||||
# Mac OS
|
# Mac OS
|
||||||
.DS_Store
|
.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