Skip to content

Commit

Permalink
ADDED: texlive config
Browse files Browse the repository at this point in the history
  • Loading branch information
algebraist committed Apr 24, 2019
1 parent 0b9b75b commit 243d2fc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
version: 2
jobs:
build:
docker:
- image: circleci/node:4.8.2

steps:
- checkout

- run: echo "hello world" # run the `echo` command
build:
docker:
- image: koppor/texlive
steps:
- checkout
- run: latexmk latexmk -pdf resume/executive/short/shameel_arafin_executive_resume_short.tex
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@
*.out
*.sublime-project
*.sublime-workspace
/executive/short/shameel_arafin_executive_resume_short.fls
/executive/short/shameel_arafin_executive_resume_short.fdb_latexmk
/executive/short/shameel_arafin_executive_resume_short.dvi

0 comments on commit 243d2fc

Please sign in to comment.