Install some needed things
This commit is contained in:
parent
727c55a316
commit
a8f2636d3d
2 changed files with 6 additions and 1 deletions
|
@ -4,8 +4,10 @@ jobs:
|
||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
- image: antergos/archlinux-base-devel
|
- image: antergos/archlinux-base-devel
|
||||||
|
environment:
|
||||||
|
PATH: ${HOME}/dotfiles/stubs/:${PATH}
|
||||||
working_directory: ~/dotfiles
|
working_directory: ~/dotfiles
|
||||||
steps:
|
steps:
|
||||||
- run: pacman -Syu
|
|
||||||
- checkout
|
- checkout
|
||||||
- run: git submodule update --init
|
- run: git submodule update --init
|
||||||
|
- run: pacman -Sy yaourt puppet --noconfirm
|
||||||
|
|
3
stubs/gsettings
Executable file
3
stubs/gsettings
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -e
|
Loading…
Reference in a new issue