dotfiles/.circleci/config.yml

12 lines
252 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:
2017-08-12 19:56:12 +01:00
- run: pacman -Syu
2017-08-12 19:14:15 +01:00
- checkout
- run: git submodule update --init