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
- Host: GitHub
- URL: https://github.com/jishanshaikh4/cpp-building
- Owner: jishanshaikh4
- License: gpl-3.0
- Created: 2018-08-19T07:10:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-21T14:32:02.000Z (almost 6 years ago)
- Last Synced: 2025-04-25T01:42:48.619Z (6 months ago)
- Topics: build, cpp, qmake, travis-ci
- Language: QMake
- Homepage:
- Size: 43.9 KB
- Stars: 14
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## :blush: Building/Testing C++14 (Module-0)
[] [](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)