summaryrefslogtreecommitdiffstats
path: root/.circleci/config.yml
blob: 4c3c7085154cefd2d443481e2e60325d33c71db4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: 2
jobs:
  build:
    docker:
      - image: ubuntu
    steps:
      - add_ssh_keys
      - run
      - checkout
      - run:
          name: build
          command: latexmk -cd -f -lualatex -interaction=nonstopmode -synctex=1 cv.tex
      - run:
          name: Print the Current Time
          command: date