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
Next Next commit
Add circle config for validating my changes on fresh machines
  • Loading branch information
creichert committed Sep 26, 2018
commit 6a07b4b302fa183f83679e87c2a20223cf91e4e6
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
jobs:
dotfiles:
working_directory: ~/dotfiles/dotfiles
docker:
- image: assertible/ci
steps:
- checkout
- run: apt update && apt install stow -y --no-install-recommends
- run: make dotfiles
- run: make dotemacs