From a8f2636d3d6769666e0b2dd5e18ba3371fc97ada Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 12 Aug 2017 20:15:24 +0100 Subject: [PATCH] Install some needed things --- .circleci/config.yml | 4 +++- stubs/gsettings | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100755 stubs/gsettings diff --git a/.circleci/config.yml b/.circleci/config.yml index 0e3bb39..a22318b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/stubs/gsettings b/stubs/gsettings new file mode 100755 index 0000000..df82332 --- /dev/null +++ b/stubs/gsettings @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +set -e