https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_meschach
Minimal project with qmake, GCC, C++98, Meschach checked by Travis CI
https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_meschach
cpp cpp98 gcc meschach qmake travis-ci
Last synced: 6 months ago
JSON representation
Minimal project with qmake, GCC, C++98, Meschach checked by Travis CI
- Host: GitHub
- URL: https://github.com/richelbilderbeek/travis_qmake_gcc_cpp98_meschach
- Owner: richelbilderbeek
- License: gpl-3.0
- Created: 2017-05-17T14:40:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-02T11:58:55.000Z (about 6 years ago)
- Last Synced: 2025-02-12T13:18:39.274Z (8 months ago)
- Topics: cpp, cpp98, gcc, meschach, qmake, travis-ci
- Language: QMake
- Size: 18.6 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_cpp98_meschach
[](https://travis-ci.org)
[](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp98_meschach)
This GitHub is part of [the Travis C++ Tutorial](https://github.com/richelbilderbeek/travis_cpp_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++98`
* Libraries: `STL` and `Meschach`
* Code coverage: none
* Source: one single file, `main.cpp`More complex builds:
* Use of C++11: [travis_qmake_gcc_cpp11_meschach](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp11_meschach)
* Use of C++14: [travis_qmake_gcc_cpp14_meschach](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp14_meschach)Less builds:
* Use of STL only: [travis_qmake_gcc_cpp98](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp98)