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