dotfiles/.circleci/config.yml

13 lines
343 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 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
- run: pacman -Syu yaourt puppet --noconfirm