travisqmakeclang_cpp17

April 28, 2017 ยท View on GitHub

BranchTravis CI logo
masterBuild Status
developBuild Status

This GitHub is part of the Travis C++ Tutorial.

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

  • Build system: qmake
  • C++ compiler: clang, trunk version. For using the most recent clang package (which allows c++1z, see travis_qmake_clang_cpp14)
  • C++ version: C++17
  • Libraries: STL only
  • Code coverage: none
  • Source: one single file, main.cpp

More complex builds:

Equally complex builds:

  • [none]

Less complex builds:

Most recent package or trunk?

The trunk is the most recent (and thus unstable) clang version. This repository shows how to install and use it.

The most recent clang package available is used in this example: travis_qmake_clang_cpp14

Both versions can successfully compile the code in this example.