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 19:14:15 +01:00
|
|
|
working_directory: ~/dotfiles
|
|
|
|
steps:
|
|
|
|
- checkout
|
|
|
|
- run: git submodule update --init
|
2017-08-12 20:33:29 +01:00
|
|
|
- run: cat .circleci/pacman.conf >> /etc/pacman.conf
|
2017-08-12 21:34:21 +01:00
|
|
|
- run: pacman -Syu yaourt puppet patch pacman fakeroot --noconfirm
|
2017-08-12 20:37:59 +01:00
|
|
|
- run: ./deploy.sh
|