Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hildjj/cmake-test
- Owner: hildjj
- Created: 2015-08-27T16:14:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-15T06:42:12.000Z (about 9 years ago)
- Last Synced: 2024-10-10T21:44:34.585Z (about 1 month ago)
- Size: 119 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!