dotfiles/.circleci/config
2017-08-12 19:14:15 +01:00

11 lines
206 B
Plaintext

version: 2.0
jobs:
build:
docker:
- image: base/archlinux
working_directory: ~/dotfiles
steps:
- checkout
- run: git submodule update --init