Update CircleCI 2.0

This commit is contained in:
Kohei Ota 2018-06-18 15:46:16 +09:00
parent 0db3500198
commit 431da37fba
2 changed files with 13 additions and 14 deletions

13
.circleci/config.yml Normal file
View file

@ -0,0 +1,13 @@
version: 2
jobs:
build:
machine: true
working_directory: /tmp/awesome-cv
steps:
- checkout
- run:
name: Compile article
command: |
docker run --rm -w "/doc" -v "$PWD":/doc thomasweise/texlive make
- store_artifacts:
path: /tmp/awesome-cv/examples

View file

@ -1,14 +0,0 @@
## Customize the test machine
machine:
timezone:
Asia/Seoul
services:
- docker
## Customize compile commands
test:
override:
- docker run --rm -w "/doc" -v "$PWD":/doc thomasweise/texlive make
post:
- mv examples/*.pdf $CIRCLE_ARTIFACTS/