Skip to content

richelbilderbeek/travis_qmake_gcc_cpp14_tdr

Repository files navigation

travis_qmake_gcc_cpp14_tdr

Travis CI logo

Build Status

This GitHub is part of:

The goal of this project is to have a clean Travis CI build, with specs:

  • Build system: qmake
  • C++ compiler: gcc
  • C++ version: C++14
  • Libraries: STL only
  • Code coverage: none
  • Source: one file, main.cpp

The program's behavior is dependent on where it is run:

  • Locally: it will say Hello world, from a local computer
  • On Travis CI: it will say Hello world, from Travis CI

Detecting if code is run on Travis can be done using std::getenv("TRAVIS"). On Travis CI TRAVIS is present in the environment, else it is (most probably) absent.

More complex builds:

  • [none]

Equally complex builds:

Less complex builds:

About

Minimal project of qmake, GCC and C++14 with a Travis-dependent run, tested by Travis CI

Resources

License

Stars

Watchers

Forks

Packages

No packages published