dotfiles/.circleci/config.yml

14 lines
356 B
YAML
Raw Normal View History

2017-08-12 19:14:15 +01:00
version: 2.0
jobs:
build:
docker:
2017-08-12 20:01:16 +01:00
- image: antergos/archlinux-base-devel
2017-08-12 20:15:24 +01:00
environment:
PATH: ${HOME}/dotfiles/stubs/:${PATH}
2017-08-12 19:14:15 +01:00
working_directory: ~/dotfiles
steps:
- checkout
- run: git submodule update --init
2017-08-12 20:15:24 +01:00
- run: pacman -Sy yaourt puppet --noconfirm