{"id":16113764,"url":"https://github.com/richelbilderbeek/travis_qmake_gcc_cpp17","last_synced_at":"2025-04-06T07:41:33.076Z","repository":{"id":70485264,"uuid":"53872432","full_name":"richelbilderbeek/travis_qmake_gcc_cpp17","owner":"richelbilderbeek","description":"Minimal project that uses qmake, GCC, C++17 and is tested by Travis CI","archived":false,"fork":false,"pushed_at":"2021-06-20T08:22:13.000Z","size":39,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-12T13:18:50.820Z","etag":null,"topics":["cpp","cpp17","example","gcc","minimal","qmake","travis-ci"],"latest_commit_sha":null,"homepage":"https://github.com/richelbilderbeek/travis_cpp_tutorial","language":"QMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/richelbilderbeek.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-03-14T16:25:12.000Z","updated_at":"2020-12-31T08:43:31.000Z","dependencies_parsed_at":"2023-05-15T20:15:49.650Z","dependency_job_id":null,"html_url":"https://github.com/richelbilderbeek/travis_qmake_gcc_cpp17","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richelbilderbeek%2Ftravis_qmake_gcc_cpp17","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richelbilderbeek%2Ftravis_qmake_gcc_cpp17/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richelbilderbeek%2Ftravis_qmake_gcc_cpp17/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richelbilderbeek%2Ftravis_qmake_gcc_cpp17/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/richelbilderbeek","download_url":"https://codeload.github.com/richelbilderbeek/travis_qmake_gcc_cpp17/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247451606,"owners_count":20940946,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","cpp17","example","gcc","minimal","qmake","travis-ci"],"created_at":"2024-10-09T20:13:19.450Z","updated_at":"2025-04-06T07:41:33.056Z","avatar_url":"https://github.com/richelbilderbeek.png","language":"QMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# travis_qmake_gcc_cpp17\n\nBranch   |[![GitHub Actions logo](pics/GitHubActions.png)](https://github.com/richelbilderbeek/travis_qmake_gcc_cpp17/actions)  |[![Travis CI logo](pics/TravisCI.png)](https://travis-ci.org)                                                                                                     \n---------|----------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------\n`master` |![GitHub Actions](https://github.com/richelbilderbeek/travis_qmake_gcc_cpp17/workflows/check/badge.svg?branch=master) |[![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17)\n`develop`|![GitHub Actions](https://github.com/richelbilderbeek/travis_qmake_gcc_cpp17/workflows/check/badge.svg?branch=develop)|[![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17.svg?branch=develop)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17)\n\nThis GitHub is part of [the Travis C++ Tutorial](https://github.com/richelbilderbeek/travis_cpp_tutorial).\n\nThe goal of this project is to have a clean Travis CI build, with specs:\n * Build system: `qmake`\n * C++ compiler: `gcc`\n * C++ version: `C++17`\n * Libraries: `STL` only\n * Code coverage: none\n * Source: one single file, `main.cpp`\n\nMore complex builds:\n\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp20.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp20) Use C++20: [travis_qmake_gcc_cpp20](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp20)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_bpp.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_bpp) Add `Bio++`: [travis_qmake_gcc_cpp17_bpp](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp17_bpp)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_boost.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_boost) Add `Boost`: [travis_qmake_gcc_cpp17_boost](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp17_boost)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_boost_test.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_boost_test) Add `Boost.Test`: [travis_qmake_gcc_cpp17_boost_test](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp17_boost_test)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_clang-format.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_clang-format) [travis_qmake_gcc_cpp17_clang-format](https://github.com/richelbilderbeek/travis_qmake_gcc_cpp17_clang-format)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_clang-tidy.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_clang-tidy) [travis_qmake_gcc_cpp17_clang-tidy](https://github.com/richelbilderbeek/travis_qmake_gcc_cpp17_clang-tidy)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_codechecker.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_codechecker) Add CodeChecker: [travis_qmake_gcc_cpp17_codechecker](https://github.com/richelbilderbeek/travis_qmake_gcc_cpp17_codechecker)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_doxygen.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_doxygen) Add Doxygen: [travis_qmake_gcc_cpp17_doxygen](https://github.com/richelbilderbeek/travis_qmake_gcc_cpp17_doxygen)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_gcov.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_gcov) Add code coverage: [travis_qmake_gcc_cpp17_gcov](https://github.com/richelbilderbeek/travis_qmake_gcc_cpp17_gcov)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_clang-tidy.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_clang-tidy) Add `clang-tidy`: [travis_qmake_gcc_cpp17_clang-tidy](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp17_clang-tidy)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_cppcheck.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_cppcheck) Add `cppcheck`: [travis_qmake_gcc_cpp17_cppcheck](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp17_cppcheck)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_fltk.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_fltk) Add `FLTK`: [travis_qmake_gcc_cpp17_fltk](https://github.com/richelbilderbeek/travis_qmake_gcc_cpp17_fltk)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_gprof.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_gprof) Add `gprof`: [travis_qmake_gcc_cpp17_gprof](https://github.com/richelbilderbeek/travis_qmake_gcc_cpp17_gprof)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_magic_enum.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_magic_enum) Add `magic_enum`: [travis_qmake_gcc_cpp17_magic_enum](https://github.com/richelbilderbeek/travis_qmake_gcc_cpp17_magic_enum)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_oclint.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_oclint) Add `OCLint`: [travis_qmake_gcc_cpp17_oclint](https://github.com/richelbilderbeek/travis_qmake_gcc_cpp17_oclint)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_perf.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_perf) Add `perf`: [travis_qmake_gcc_cpp17_perf](https://github.com/richelbilderbeek/travis_qmake_gcc_cpp17_perf)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_qt.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_qt) Add `Qt`: [travis_qmake_gcc_cpp17_qt](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp17_qt)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_r.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_r) Add `R`: [travis_qmake_gcc_cpp17_r](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp17_r)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_sdl.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_sdl) Add `SDL`: [travis_qmake_gcc_cpp17_sdl](https://github.com/richelbilderbeek/travis_qmake_gcc_cpp17_sdl)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_sfml.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_sfml) Add `SFML`: [travis_qmake_gcc_cpp17_sfml](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp17_sfml)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_rcpp.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_rcpp) Add `Rcpp`: [travis_qmake_gcc_cpp17_rcpp](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp17_rcpp)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_urho3d.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_urho3d) Add `Urho3D`: [travis_qmake_gcc_cpp17_urho3d](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp17_urho3d)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_wt.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_wt) Add `Wt`: [travis_qmake_gcc_cpp17_wt](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp17_wt)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_xmlpp.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_xmlpp) Add `xml++`: [travis_qmake_gcc_cpp17_xmlpp](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp17_xmlpp)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_tdc.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_tdc) Travis-dependent compilation: [travis_qmake_gcc_cpp17_tdc](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp17_tdc)\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_tdr.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17_tdr) Travis-dependent run: [travis_qmake_gcc_cpp17_tdr](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp17_tdr)\n\nBuilds of similar complexity:\n\n * [![Build Status](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17.svg?branch=master)](https://travis-ci.org/richelbilderbeek/travis_qmake_gcc_cpp17) Use Travis CI: [travis_qmake_gcc_cpp17](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp17)\n * [![pipeline status](https://gitlab.com/richelbilderbeek/gitlab_qmake_gcc_cpp17/badges/master/pipeline.svg)](https://gitlab.com/richelbilderbeek/gitlab_qmake_gcc_cpp17/commits/master) Use GitLab CI: [gitlab_qmake_gcc_cpp17](https://www.gitlab.com/richelbilderbeek/gitlab_qmake_gcc_cpp17)\n * ![GitHub Actions](https://github.com/richelbilderbeek/gha_qmake_gcc_cpp17/workflows/check/badge.svg?branch=master) Use GitHub Actions: [gha_qmake_gcc_cpp17](https://www.github.com/richelbilderbeek/gha_qmake_gcc_cpp17)\n\nLess complex builds:\n\n * Use C++98: [travis_qmake_gcc_cpp98](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp98)\n * Use C++11: [travis_qmake_gcc_cpp11](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp11)\n * Use C++14: [travis_qmake_gcc_cpp14](https://www.github.com/richelbilderbeek/travis_qmake_gcc_cpp14)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichelbilderbeek%2Ftravis_qmake_gcc_cpp17","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frichelbilderbeek%2Ftravis_qmake_gcc_cpp17","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichelbilderbeek%2Ftravis_qmake_gcc_cpp17/lists"}