Code Monkey home page Code Monkey logo

travis's Introduction

travis

Travis CI is great and all, but it has horribly outdated software for C and C++. It can be a huge pain to try and figure out how to manually update or install the necessary software. This repository is meant to put an end to that: we've done most of the hard work for you, and you can just copypaste thanks to the public domain license. If you can, try to help out by keeping this repo up to date with pull requests.

Currently, the following things are handled properly:

  • Either GCC 6 or Clang 3.8 is installed and the $CC and $CXX environment variables are updated accordingly
  • CMake 3.6.1 binaries are downloaded or cached by Travis and we add it to $PATH
  • Boost 1.61.0 is built with only the libraries you request and $BOOST_ROOT is set properly

It would be nice if these things could be fixed:

  • Clang currently fails to download a majority of the time - seems to be an issue on LLVM's end
  • Boost has to be built with GCC because it produces errors with Clang - it would be nice to not require GCC during a Clang build
  • If you need to change which Boost libraries you want built, you have to clear the cache - it would be nice if the scripts could automatically detect which libraries are cached and which aren't
  • Currently only linux is used to test on, it would be nice to be able to use osx with all the same bells and whistles
  • It would be amazing if Travis would just update all the things for us, so that we don't have to muck around doing it ourselves

Travis is set to build pull requests, so you can start a PR and muck around with it.

#GLHF

travis's People

Contributors

lb-- avatar chaosvex avatar

Stargazers

vikchop avatar Paul Jarrett avatar  avatar  avatar Vladimír Vondruš avatar

Watchers

Vladimír Vondruš avatar James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.