From 031cd57ebcb1ca10dd1dbf60baf364c03e72ecc7 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sun, 10 Sep 2017 03:01:22 +1100 Subject: Add travis integration --- .travis.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..7d32ede --- /dev/null +++ b/.travis.yml @@ -0,0 +1,17 @@ +sudo: required +dist: trusty +before_install: +- sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends latexmk + texlive-fonts-extra texlive-fonts-recommended texlive-latex-base texlive-latex-extra + texlive-latex-recommended +script: +- latexmk -cd -f -lualatex -interaction=nonstopmode -synctex=1 cv.tex +deploy: + provider: releases + api_key: + secure: + file: + - resume.pdf + skip_cleanup: true + on: + tags: true \ No newline at end of file -- cgit v1.2.3 From 41c54e139a1b29dbfc10a8c6c94523f5e7ba0d91 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sun, 10 Sep 2017 03:07:28 +1100 Subject: Update travis configurationwq --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 7d32ede..7e1d062 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ before_install: texlive-fonts-extra texlive-fonts-recommended texlive-latex-base texlive-latex-extra texlive-latex-recommended script: -- latexmk -cd -f -lualatex -interaction=nonstopmode -synctex=1 cv.tex +- latexmk -cd -f -pdflatex=lualatex -interaction=nonstopmode -synctex=1 -pdf cv.tex deploy: provider: releases api_key: -- cgit v1.2.3 From 97b20c82439a9f53c6c435ff373174d600dce672 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sun, 10 Sep 2017 03:14:18 +1100 Subject: Update travis configuration with luatex package install --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 7e1d062..c07be52 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ dist: trusty before_install: - sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends latexmk texlive-fonts-extra texlive-fonts-recommended texlive-latex-base texlive-latex-extra - texlive-latex-recommended + texlive-latex-recommended texlive-luatex script: - latexmk -cd -f -pdflatex=lualatex -interaction=nonstopmode -synctex=1 -pdf cv.tex deploy: -- cgit v1.2.3 From 195d117d14604df753e70bb278ad2d66db38c95c Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sun, 10 Sep 2017 03:19:41 +1100 Subject: Update travis configuration with xetex package install --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index c07be52..b732202 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ dist: trusty before_install: - sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends latexmk texlive-fonts-extra texlive-fonts-recommended texlive-latex-base texlive-latex-extra - texlive-latex-recommended texlive-luatex + texlive-latex-recommended texlive-luatex texlive-xetex script: - latexmk -cd -f -pdflatex=lualatex -interaction=nonstopmode -synctex=1 -pdf cv.tex deploy: -- cgit v1.2.3 From 493ea3f11441f66769ddb14cad75bcc33084057c Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sun, 10 Sep 2017 03:26:18 +1100 Subject: Update travis configuration with xcolor package install --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index b732202..cba0e57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ dist: trusty before_install: - sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends latexmk texlive-fonts-extra texlive-fonts-recommended texlive-latex-base texlive-latex-extra - texlive-latex-recommended texlive-luatex texlive-xetex + texlive-latex-recommended texlive-luatex texlive-xetex latex-xcolor script: - latexmk -cd -f -pdflatex=lualatex -interaction=nonstopmode -synctex=1 -pdf cv.tex deploy: -- cgit v1.2.3 From c75e24ae4216b7eb162df8a845efa8ea0a0fe5ac Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sun, 10 Sep 2017 03:30:49 +1100 Subject: Update travis configuration with tikz package install --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index cba0e57..7273883 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ dist: trusty before_install: - sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends latexmk texlive-fonts-extra texlive-fonts-recommended texlive-latex-base texlive-latex-extra - texlive-latex-recommended texlive-luatex texlive-xetex latex-xcolor + texlive-latex-recommended texlive-luatex texlive-xetex latex-xcolor texlive-pictures script: - latexmk -cd -f -pdflatex=lualatex -interaction=nonstopmode -synctex=1 -pdf cv.tex deploy: -- cgit v1.2.3 From 2c81413fe7d7da4bdac865b0531fd83f6b34d280 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sun, 10 Sep 2017 03:35:37 +1100 Subject: Update travis configuration with pgf package install --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 7273883..28acde2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ dist: trusty before_install: - sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends latexmk texlive-fonts-extra texlive-fonts-recommended texlive-latex-base texlive-latex-extra - texlive-latex-recommended texlive-luatex texlive-xetex latex-xcolor texlive-pictures + texlive-latex-recommended texlive-luatex texlive-xetex latex-xcolor texlive-pictures pgf script: - latexmk -cd -f -pdflatex=lualatex -interaction=nonstopmode -synctex=1 -pdf cv.tex deploy: -- cgit v1.2.3 From 88d2e2b5aed3d7040563d3f27ede43e1833d5924 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sun, 10 Sep 2017 03:53:01 +1100 Subject: Update travis configuration with texlive-lang-french and fonts-font-fontawesome packages install --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 28acde2..1822d7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ dist: trusty before_install: - sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends latexmk texlive-fonts-extra texlive-fonts-recommended texlive-latex-base texlive-latex-extra - texlive-latex-recommended texlive-luatex texlive-xetex latex-xcolor texlive-pictures pgf + texlive-latex-recommended texlive-luatex texlive-xetex latex-xcolor texlive-pictures pgf texlive-lang-french fonts-font-fontawesome script: - latexmk -cd -f -pdflatex=lualatex -interaction=nonstopmode -synctex=1 -pdf cv.tex deploy: -- cgit v1.2.3 From f47ca44e8378240f907a55dfaf764cf96572bab1 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sun, 10 Sep 2017 04:05:37 +1100 Subject: Fix on font awesome package name --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 1822d7a..f4ee436 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ dist: trusty before_install: - sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends latexmk texlive-fonts-extra texlive-fonts-recommended texlive-latex-base texlive-latex-extra - texlive-latex-recommended texlive-luatex texlive-xetex latex-xcolor texlive-pictures pgf texlive-lang-french fonts-font-fontawesome + texlive-latex-recommended texlive-luatex texlive-xetex latex-xcolor texlive-pictures pgf texlive-lang-french fonts-font-awesome script: - latexmk -cd -f -pdflatex=lualatex -interaction=nonstopmode -synctex=1 -pdf cv.tex deploy: -- cgit v1.2.3 From 89d1394bbbf2338dfde54963c80479d45b4fa361 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sun, 10 Sep 2017 05:00:04 +1100 Subject: Add tex distribution update to travis configuration --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index f4ee436..b09dbaa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ before_install: - sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends latexmk texlive-fonts-extra texlive-fonts-recommended texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-luatex texlive-xetex latex-xcolor texlive-pictures pgf texlive-lang-french fonts-font-awesome +- tlmgr update --self --all script: - latexmk -cd -f -pdflatex=lualatex -interaction=nonstopmode -synctex=1 -pdf cv.tex deploy: -- cgit v1.2.3 From 3b193e42b25f1910e72177c8678c55730874cd94 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sun, 10 Sep 2017 05:03:59 +1100 Subject: Add tex distribution update to travis configuration --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index b09dbaa..a29f5c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ before_install: - sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends latexmk texlive-fonts-extra texlive-fonts-recommended texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-luatex texlive-xetex latex-xcolor texlive-pictures pgf texlive-lang-french fonts-font-awesome -- tlmgr update --self --all +- sudo tlmgr update --self --all script: - latexmk -cd -f -pdflatex=lualatex -interaction=nonstopmode -synctex=1 -pdf cv.tex deploy: -- cgit v1.2.3 From b66fa54a98a015c5dd0c011530beef43ed83abee Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sun, 10 Sep 2017 05:08:36 +1100 Subject: Add tex distribution update to travis configuration --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index a29f5c7..26400f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ before_install: - sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends latexmk texlive-fonts-extra texlive-fonts-recommended texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-luatex texlive-xetex latex-xcolor texlive-pictures pgf texlive-lang-french fonts-font-awesome -- sudo tlmgr update --self --all +- tlmgr init-usertree && tlmgr update --self --all script: - latexmk -cd -f -pdflatex=lualatex -interaction=nonstopmode -synctex=1 -pdf cv.tex deploy: -- cgit v1.2.3 From d0927444e3b54c9a22df9778d8c3fc04288867ce Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sun, 10 Sep 2017 05:14:52 +1100 Subject: Add tex distribution update to travis configuration --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 26400f3..cdd2495 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,9 @@ dist: trusty before_install: - sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends latexmk texlive-fonts-extra texlive-fonts-recommended texlive-latex-base texlive-latex-extra - texlive-latex-recommended texlive-luatex texlive-xetex latex-xcolor texlive-pictures pgf texlive-lang-french fonts-font-awesome -- tlmgr init-usertree && tlmgr update --self --all + texlive-latex-recommended texlive-luatex texlive-xetex latex-xcolor texlive-pictures pgf texlive-lang-french fonts-font-awesome xzdec +- tlmgr init-usertree +- tlmgr update --self --all --usermode script: - latexmk -cd -f -pdflatex=lualatex -interaction=nonstopmode -synctex=1 -pdf cv.tex deploy: -- cgit v1.2.3 From 722ab7f69fec4d91764804f6ce5cae29ad351dde Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sun, 10 Sep 2017 05:46:00 +1100 Subject: Add tex distribution update to travis configuration --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index cdd2495..4380c68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,10 @@ sudo: required dist: trusty before_install: +- sudo add-apt-repository ppa:jonathonf/texlive - sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends latexmk texlive-fonts-extra texlive-fonts-recommended texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-luatex texlive-xetex latex-xcolor texlive-pictures pgf texlive-lang-french fonts-font-awesome xzdec -- tlmgr init-usertree -- tlmgr update --self --all --usermode script: - latexmk -cd -f -pdflatex=lualatex -interaction=nonstopmode -synctex=1 -pdf cv.tex deploy: -- cgit v1.2.3 From ef7b2b41edb09a1675b33ba77dcbde572554f450 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sun, 10 Sep 2017 05:49:51 +1100 Subject: Add tex distribution update to travis configuration --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 4380c68..6919afc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: required dist: trusty before_install: -- sudo add-apt-repository ppa:jonathonf/texlive +- sudo add-apt-repository ppa:jonathonf/texlive -y - sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends latexmk texlive-fonts-extra texlive-fonts-recommended texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-luatex texlive-xetex latex-xcolor texlive-pictures pgf texlive-lang-french fonts-font-awesome xzdec -- cgit v1.2.3 From 16f2428c11ef42bf16df7f18ad75dd008a267a9e Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sun, 10 Sep 2017 05:54:48 +1100 Subject: Add tex distribution update to travis configuration --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 6919afc..0f4f237 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,11 @@ sudo: required dist: trusty before_install: -- sudo add-apt-repository ppa:jonathonf/texlive -y - sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends latexmk texlive-fonts-extra texlive-fonts-recommended texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-luatex texlive-xetex latex-xcolor texlive-pictures pgf texlive-lang-french fonts-font-awesome xzdec +- sudo add-apt-repository ppa:jonathonf/texlive -y +- sudo apt-get -qq update && sudo apt-get upgrade script: - latexmk -cd -f -pdflatex=lualatex -interaction=nonstopmode -synctex=1 -pdf cv.tex deploy: -- cgit v1.2.3 From dc0b5518287b8e60b65a5e927b2921fcc85439d0 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sun, 10 Sep 2017 06:03:34 +1100 Subject: Add tex distribution update to travis configuration --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 0f4f237..76ba99a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,8 @@ sudo: required dist: trusty before_install: -- sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends latexmk - texlive-fonts-extra texlive-fonts-recommended texlive-latex-base texlive-latex-extra - texlive-latex-recommended texlive-luatex texlive-xetex latex-xcolor texlive-pictures pgf texlive-lang-french fonts-font-awesome xzdec - sudo add-apt-repository ppa:jonathonf/texlive -y -- sudo apt-get -qq update && sudo apt-get upgrade +- sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends texlive-full fonts-font-awesome script: - latexmk -cd -f -pdflatex=lualatex -interaction=nonstopmode -synctex=1 -pdf cv.tex deploy: -- cgit v1.2.3 From 1df80d86733ae3b2dc4b555d23bc4c2e121dbc1d Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sun, 10 Sep 2017 06:05:50 +1100 Subject: Add tex distribution update to travis configuration --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 76ba99a..9321d12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ sudo: required dist: trusty before_install: - sudo add-apt-repository ppa:jonathonf/texlive -y -- sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends texlive-full fonts-font-awesome +- sudo apt-get -qq update && sudo apt-get install -y texlive-full fonts-font-awesome script: - latexmk -cd -f -pdflatex=lualatex -interaction=nonstopmode -synctex=1 -pdf cv.tex deploy: -- cgit v1.2.3 From 3ce3e872fb25a7a5d2f0ccf6474d7ae0c5ccb59c Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Mon, 18 Sep 2017 13:22:06 +1100 Subject: Add tex distribution update to travis configuration --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 9321d12..bdcbfb5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: required dist: trusty before_install: -- sudo add-apt-repository ppa:jonathonf/texlive -y +- sudo add-apt-repository -y ppa:texlive-backports/ppa - sudo apt-get -qq update && sudo apt-get install -y texlive-full fonts-font-awesome script: - latexmk -cd -f -pdflatex=lualatex -interaction=nonstopmode -synctex=1 -pdf cv.tex -- cgit v1.2.3 From cf53d78a4abe4c9c424e96ce01b044dcdf72b62c Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Mon, 18 Sep 2017 13:25:51 +1100 Subject: Add tex distribution update to travis configuration --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index bdcbfb5..ee6b198 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,9 @@ sudo: required dist: trusty before_install: - sudo add-apt-repository -y ppa:texlive-backports/ppa -- sudo apt-get -qq update && sudo apt-get install -y texlive-full fonts-font-awesome +- sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends latexmk + texlive-fonts-extra texlive-fonts-recommended texlive-latex-base texlive-latex-extra + texlive-latex-recommended texlive-luatex texlive-xetex latex-xcolor texlive-pictures pgf texlive-lang-french fonts-font-awesome script: - latexmk -cd -f -pdflatex=lualatex -interaction=nonstopmode -synctex=1 -pdf cv.tex deploy: -- cgit v1.2.3 From 9170755cbcdb164dea938b5e27b6cfcf3ebd4030 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Mon, 18 Sep 2017 13:30:05 +1100 Subject: Add tex distribution update to travis configuration --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index ee6b198..48f3084 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ sudo: required dist: trusty before_install: -- sudo add-apt-repository -y ppa:texlive-backports/ppa +- sudo add-apt-repository -y ppa:grand-edgemaster/texlive-backports - sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends latexmk texlive-fonts-extra texlive-fonts-recommended texlive-latex-base texlive-latex-extra texlive-latex-recommended texlive-luatex texlive-xetex latex-xcolor texlive-pictures pgf texlive-lang-french fonts-font-awesome -- cgit v1.2.3