https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_boost
Minimal project that uses qmake, GCC, C++14, Boost and is tested by Travis CI
https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_boost
boost cpp14 example gcc minimal qmake travis-ci
Last synced: 6 months ago
JSON representation
Minimal project that uses qmake, GCC, C++14, Boost and is tested by Travis CI
- Host: GitHub
- URL: https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_boost
- Owner: richelbilderbeek
- License: gpl-3.0
- Created: 2016-03-16T08:26:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-02T12:32:09.000Z (about 6 years ago)
- Last Synced: 2025-02-12T13:21:18.744Z (8 months ago)
- Topics: boost, cpp14, example, gcc, minimal, qmake, travis-ci
- Language: Shell
- Homepage: https://github.com/richelbilderbeek/travis_cpp_tutorial
- Size: 25.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# travis_qmake_gcc_cpp14_boost
Branch|[](https://travis-ci.org)
---|---
`master`|[](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_boost)
`develop`|[](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_boost)This GitHub is part of:
* [the Travis C++ Tutorial](https://github.com/richelbilderbeek/travis_cpp_tutorial)
* [the MXE tutorial](https://github.com/richelbilderbeek/mxe_tutorial)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` and `Boost`
* Code coverage: none
* Source: one single file, `main.cpp`More complex builds:
* [](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17) Use C++17: [travis_qmake_gcc_cpp17](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp17)
* [](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_boost_graph) Add `Boost.Graph`: [travis_qmake_gcc_cpp14_boost_graph](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp14_boost_graph)
* [](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_boost_test) Add `Boost.Test`: [travis_qmake_gcc_cpp14_boost_test](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp14_boost_test)
* [](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_boost_xml) Use Boost on XML: [travis_qmake_gcc_cpp14_boost_xml](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp14_boost_xml)
* [](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_boost_gcov) Use Boost on XML: [travis_qmake_gcc_cpp14_boost_gcov](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp14_boost_gcov)
* [](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_boost_oclint) Use Boost on XML: [travis_qmake_gcc_cpp14_boost_oclint](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp14_boost_oclint)
* [](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_boost_qt5) Use Boost on XML: [travis_qmake_gcc_cpp14_boost_qt5](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp14_boost_qt5)Simpler builds:
* Libraries: `STL` only: [travis_qmake_gcc_cpp14](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp14)