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

12 lines
277 B
YAML

version: 2.0
jobs:
build:
docker:
- image: antergos/archlinux-base-devel
working_directory: ~/dotfiles
steps:
- checkout
- run: git submodule update --init
- run: pacman -Sy yaourt puppet --noconfirm