From 243d2fca68230e93148186443e01b2aca51109f5 Mon Sep 17 00:00:00 2001 From: Shameel Arafin Date: Wed, 24 Apr 2019 14:53:13 -0400 Subject: [PATCH] ADDED: texlive config --- .circleci/config.yml | 14 ++++++-------- .gitignore | 3 +++ 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1f2adc8..3e58693 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 \ No newline at end of file diff --git a/.gitignore b/.gitignore index abff0b8..9fe65a5 100644 --- a/.gitignore +++ b/.gitignore @@ -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