Skip to content

richelbilderbeek/travis_qmake_gcc_cpp14_tdc

Repository files navigation

travis_qmake_gcc_cpp14_tdc

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: two file, main_local.cpp and main_travis.cpp

The compilation is dependent on Travis:

  • Locally, main_local.cpp should be compiled, resulting in a program that says Hello world, from a local computer
  • When run on Travis CI, main_travis.cpp should be compiled, resulting in a program that says Hello world, from Travis CI

More complex builds:

  • [none]

Equally complex builds:

Less complex builds:

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published