Skip to content

Commit

Permalink
Build and test YabauseUT on Circle CI using Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
d356 committed Sep 6, 2015
1 parent 2d3f354 commit 6857024
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions circle.yml
@@ -0,0 +1,11 @@
machine:
services:
- docker

checkout:
post:
- cd .. && git clone https://github.com/d356/yabauseut-docker.git

test:
override:
- cd .. && cp -r yabause yabauseut-docker && cd yabauseut-docker && docker build .

0 comments on commit 6857024

Please sign in to comment.