dotfiles/.circleci/config.yml
2017-08-12 19:57:41 +01:00

13 lines
282 B
YAML

version: 2.0
jobs:
build:
docker:
- image: base/archlinux
working_directory: ~/dotfiles
steps:
- run: pacman -Syu
- run: pacman -S git --noconfirm
- checkout
- run: git submodule update --init