Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add circle config for validating my changes on fresh machines #1

Merged
merged 12 commits into from
Sep 26, 2018
Prev Previous commit
Next Next commit
Update ci
  • Loading branch information
creichert committed Sep 26, 2018
commit 21120affed23a36965035dde08257a6be20c4742
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- checkout

- run: apt update
- run: apt install libx11-dev libxrandr-dev libxft-dev xvfb -y --no-install-recommends
- run: apt install xinit libx11-dev libxrandr-dev libxft-dev xvfb -y --no-install-recommends
- run: apt install stow emacs -y --no-install-recommends

- run: rm ~/.profile ~/.bashrc ~/.gitconfig
Expand All @@ -27,3 +27,5 @@ jobs:
key: v1-cache-{{ .Branch }}
paths:
- ~/.stack

- run: cd $HOME && xvfb-run startx