Skip to content

hildjj/cmake-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Build Status

This repo shows how to use a late-model cmake on travis-ci without impact to your build times. The important piece in your ``.travis.yml` file:

addons:
  apt:
    sources:
      - george-edison55-precise-backports
    packages:
      - cmake
      - cmake-data

Nathan Osman hooked us up with his precise-backports PPA, which is on the list that Travis trusts. Thanks, Nathan!

About

Just testing new cmake approaches for Travis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published