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

https://github.com/jishanshaikh4/cpp-building

A simple example building a simple main.cpp file using travis-ci and qmake on clang compiler
https://github.com/jishanshaikh4/cpp-building

build cpp qmake travis-ci

Last synced: about 2 months ago
JSON representation

A simple example building a simple main.cpp file using travis-ci and qmake on clang compiler

Awesome Lists containing this project

README

          

## :blush: Building/Testing C++14 (Module-0)
[![Build Status](https://travis-ci.org/jishanshaikh4/cpp-building.svg?branch=master)] [![GitHub stars](https://img.shields.io/github/stars/jishanshaikh4/cpp-building.svg?style=social&label=Star&)](https://github.com/jishanshaikh4/cpp-building/stargazers)

A simple example building (from scratch, really!) a simple file-main.cpp file using travis-ci (Continuous Integration, what does that mean?) and qmake.

> Finally passed after 15 builts ;)

### Credits
[Travis CPP tutorial PDF.](https://github.com/richelbilderbeek/travis_cpp_tutorial/blob/master/travis_cpp_tutorial.pdf)