dotfiles/.circleci/config.yml
2017-08-12 21:34:21 +01:00

14 lines
396 B
YAML

version: 2.0
jobs:
build:
docker:
- image: antergos/archlinux-base-devel
working_directory: ~/dotfiles
steps:
- checkout
- run: git submodule update --init
- run: cat .circleci/pacman.conf >> /etc/pacman.conf
- run: pacman -Syu yaourt puppet patch pacman fakeroot --noconfirm
- run: ./deploy.sh