Skip to content

richelbilderbeek/travis_make_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

travis_make_tutorial

Branch Travis CI logo
master Build Status
develop Build Status

Tutorial how to use GNU make on Travis.

Build status Link Description
Build Status hello_world 'Hello World', a first simple Makefile, a minimal example
Build Status one_step Simple pipeline of one step
Build Status two_steps Simple pipeline of two steps
Build Status pdflatex Convert LaTeX to PDF
Build Status dot Convert .dot file to .png using dot

TODO

  • csv2latex: Convert CSV to LaTeX
  • bibtex: Convert LaTeX with .bib to PDF
  • gunzip: Extract a .gz file
  • gzip: Compress a file to .gz
  • imagemagick: Create an image using ImageMagick
  • pandoc: Convert a document from ? to ?
  • R: Run an R script
  • Rmd: Render an R markdown (.Rmd) file to PDF