Skip to content

richelbilderbeek/travis_qmake_clang_cpp17

Repository files navigation

travis_qmake_clang_cpp17

Branch Travis CI logo
master Build Status
develop Build 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.

About

Minimal project that uses qmake, clang, C++17 and is tested by Travis CI

Resources

License

Stars

Watchers

Forks

Packages

No packages published