Skip to content

Commit

Permalink
Migrate circle-ci v1 to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
posquit0 committed Oct 9, 2018
1 parent 872069a commit 131671c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 14 deletions.
21 changes: 21 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 2

jobs:
build:
docker:
# Primary container
- image: thomasweise/texlive
steps:
- checkout
- run:
name: Compile
command: make
- run:
name: Move artifacts
command: |
mkdir -p ~/results
mv examples/cv.pdf ~/results
mv examples/resume.pdf ~/results
mv examples/coverletter.pdf ~/results
- store_artifacts:
path: ~/results
14 changes: 0 additions & 14 deletions circle.yml

This file was deleted.

0 comments on commit 131671c

Please sign in to comment.