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
- Host: GitHub
- URL: https://github.com/richelbilderbeek/travis_qmake_gcc_cpp14_fltk
- Owner: richelbilderbeek
- License: gpl-3.0
- Created: 2017-02-18T15:18:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-02T18:16:37.000Z (about 6 years ago)
- Last Synced: 2025-02-12T13:21:18.365Z (8 months ago)
- Topics: cpp, cpp14, example, fltk, gcc, minimal, qmake, travis-ci
- Language: C++
- Size: 21.5 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_fltk
[](https://travis-ci.org)
[](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)