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 buiild
  • Loading branch information
creichert committed Sep 26, 2018
commit af4c4efa17f214171be8546b98b524ce07824856
2 changes: 1 addition & 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 xinit x11-xserver-utils libx11-dev libxrandr-dev libxft-dev xvfb -y --no-install-recommends
- run: apt install xinit x11-xserver-utils xserver-xorg 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 Down