dotfiles/.circleci/config.yml

13 lines
282 B
YAML
Raw Normal View History

2017-08-12 19:14:15 +01:00
version: 2.0
jobs:
build:
docker:
- image: base/archlinux
working_directory: ~/dotfiles
steps:
2017-08-12 19:56:12 +01:00
- run: pacman -Syu
2017-08-12 19:57:41 +01:00
- run: pacman -S git --noconfirm
2017-08-12 19:14:15 +01:00
- checkout
- run: git submodule update --init