0

On this project I have configured a minimal .travis.yml to build my LaTeX project. I would TravisCI to retain the latest PDF file generated.

How can I tell TravisCI to retain some output files?

nowox
  • 25,978
  • 39
  • 143
  • 293
  • https://docs.travis-ci.com/user/uploading-artifacts/? – jonrsharpe Aug 12 '19 at 15:23
  • @jonrsharpe Unfortunately this only work with `Amazon S3` :( – nowox Aug 12 '19 at 15:25
  • That is correct. If you want to upload files to somewhere else, have you done anything about that? – jonrsharpe Aug 12 '19 at 15:26
  • I would like TravisCI to retain those artifacts at the end of a build the same way TeamCity does. – nowox Aug 12 '19 at 15:27
  • Well those are two different products entirely. Travis supports the aforementioned S3 upload or some form of deployment (see e.g. https://stackoverflow.com/q/12343452/3001761, https://docs.travis-ci.com/user/deployment). You can run an arbitrary script to do whatever else you need. – jonrsharpe Aug 12 '19 at 15:28

0 Answers0