/travis_qmake_gcc_cpp98_libnds

Minimal project that uses qmake, GCC, C++98, libnds and is tested by Travis CI

Primary LanguageMakefileGNU General Public License v3.0GPL-3.0

travis_qmake_gcc_cpp98_libnds

Travis CI logo

Build Status

travis_qmake_gcc_cpp98_libnds

This GitHub is part of

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 libnds
  • Code coverage: none
  • Source: one single file, main.cpp

More complex builds:

Less complex builds:

External links