Init circleci file

This commit is contained in:
Jake Howard 2017-08-12 19:14:15 +01:00
parent 153a7cc82f
commit 311c3433b0
Signed by: jake
GPG Key ID: 57AFB45680EDD477

10
.circleci/config Normal file
View File

@ -0,0 +1,10 @@
version: 2.0
jobs:
build:
docker:
- image: base/archlinux
working_directory: ~/dotfiles
steps:
- checkout
- run: git submodule update --init