Install some needed things

This commit is contained in:
Jake Howard 2017-08-12 20:15:24 +01:00
parent 727c55a316
commit a8f2636d3d
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 6 additions and 1 deletions

View File

@ -4,8 +4,10 @@ jobs:
build:
docker:
- image: antergos/archlinux-base-devel
environment:
PATH: ${HOME}/dotfiles/stubs/:${PATH}
working_directory: ~/dotfiles
steps:
- run: pacman -Syu
- checkout
- run: git submodule update --init
- run: pacman -Sy yaourt puppet --noconfirm

3
stubs/gsettings Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
set -e