An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# travis_qmake_gcc_cpp98_meschach

[![Travis CI logo](TravisCI.png)](https://travis-ci.org)

[![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp98_meschach.svg?branch=master)](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)