mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-22 14:08:36 +00:00
Update CircleCI 2.0
This commit is contained in:
parent
0db3500198
commit
431da37fba
2 changed files with 13 additions and 14 deletions
13
.circleci/config.yml
Normal file
13
.circleci/config.yml
Normal 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
|
14
circle.yml
14
circle.yml
|
@ -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/
|
Loading…
Reference in a new issue