diff options
author | Christophe Roger <darwiinc@live.fr> | 2017-11-17 21:11:14 +1100 |
---|---|---|
committer | Christophe Roger <darwiinc@live.fr> | 2017-11-17 21:11:14 +1100 |
commit | 94a46e2fd5285a131996f1e3898f88929b7b97af (patch) | |
tree | 2c83044f30cb3a7105b74875f5d28b60d1e5db58 | |
parent | 9eda32b995746812f4f5853918a12332eebb2d09 (diff) | |
download | cv-94a46e2fd5285a131996f1e3898f88929b7b97af.tar.gz cv-94a46e2fd5285a131996f1e3898f88929b7b97af.tar.bz2 cv-94a46e2fd5285a131996f1e3898f88929b7b97af.tar.xz cv-94a46e2fd5285a131996f1e3898f88929b7b97af.zip |
[FIX] Fix circleci config
-rw-r--r-- | .circleci/config.yml | 9 |
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 |