Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hildjj/cmake-test

Just testing new cmake approaches for Travis
https://github.com/hildjj/cmake-test

Last synced: 15 days ago
JSON representation

Just testing new cmake approaches for Travis

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/hildjj/cmake-test.svg?branch=master)](https://travis-ci.org/hildjj/cmake-test)

This repo shows how to use a late-model cmake on
[travis-ci](https://travis-ci.org/) **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](https://launchpad.net/~george-edison55) hooked us up with his
[precise-backports](https://launchpad.net/~george-edison55/+archive/ubuntu/precise-backports) PPA,
which is on the
[list](https://github.com/travis-ci/apt-source-whitelist/blob/master/ubuntu.json)
that Travis trusts. Thanks, Nathan!