1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-09-08 22:50:40 +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

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