Commit 39f9404f authored by Bryce Hepner's avatar Bryce Hepner
Browse files

Merge branch 'master' of git.elphel.com:Elphel/image-compression-paper

parents 9e362023 db3c8688
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@ build:
  image: tianon/latex
  script:
    - which bundledoc
    - time pdflatex tpnet_arxiv.tex
    - time bibtex   tpnet_arxiv
    - time pdflatex tpnet_arxiv.tex
    - time pdflatex tpnet_arxiv.tex
    - bundledoc --localonly --verbose tpnet_arxiv.dep
    - time pdflatex main.tex
    - time bibtex   main
    - time pdflatex main.tex
    - time pdflatex main.tex
    - bundledoc --localonly --verbose main.dep

  artifacts:
    paths:
      - tpnet_arxiv.pdf
      - tpnet_arxiv.tar.gz
      - main.pdf
      - main.tar.gz

README.md

0 → 100644
+3 −0
Original line number Diff line number Diff line
# View/Download latest build results

* [main.pdf](https://git.elphel.com/Elphel/image-compression-paper/-/jobs/artifacts/master/file/main.pdf?job=build)