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

https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_fltk

Minimal project that uses qmake, GCC, C++14, FLTK and is tested by Travis CI
https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_fltk

cpp cpp14 example fltk gcc minimal qmake travis-ci

Last synced: 6 months ago
JSON representation

Minimal project that uses qmake, GCC, C++14, FLTK and is tested by Travis CI

Awesome Lists containing this project

README

          

# travis_qmake_gcc_cpp14_fltk

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

[![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_fltk.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp14_fltk)

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++14`
* Libraries: `STL` and `FLTK`
* Code coverage: none
* Source: one single file, `main.cpp`

More complex builds:
* `[none yet]`

Less complex builds:
* No FLTk: [travis_qmake_gcc_cpp14](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp14)