summaryrefslogtreecommitdiffstats
path: root/.circleci/config.yml
diff options
context:
space:
mode:
Diffstat (limited to '.circleci/config.yml')
-rw-r--r--.circleci/config.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 97c3f7b..4c3c708 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -4,5 +4,12 @@ jobs:
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