Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elnormous/volkswagencpp
Volkswagen C++ makes your tests pass when run on a CI server
https://github.com/elnormous/volkswagencpp
Last synced: 16 days ago
JSON representation
Volkswagen C++ makes your tests pass when run on a CI server
- Host: GitHub
- URL: https://github.com/elnormous/volkswagencpp
- Owner: elnormous
- License: unlicense
- Created: 2020-02-13T14:35:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T02:51:26.000Z (almost 2 years ago)
- Last Synced: 2024-04-07T07:35:29.659Z (7 months ago)
- Language: C++
- Size: 27.3 KB
- Stars: 54
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Volkswagen C++
[![Build Status](https://travis-ci.org/elnormous/volkswagencpp.svg?branch=master)](https://travis-ci.org/elnormous/volkswagencpp) [![Build Status](https://dev.azure.com/elnormous/volkswagencpp/_apis/build/status/elnormous.volkswagencpp?branchName=master)](https://dev.azure.com/elnormous/volkswagencpp/_build/latest?definitionId=6&branchName=master) [![Build status](https://ci.appveyor.com/api/projects/status/417c6nt0m2wn3s2w?svg=true)](https://ci.appveyor.com/project/elnormous/volkswagencpp) [![CircleCI](https://circleci.com/gh/elnormous/volkswagencpp.svg?style=svg)](https://circleci.com/gh/elnormous/volkswagencpp)
Volkswagen C++ makes your tests pass when run on a CI server.
# Usage
Just include `volkswagen.hpp` in any of your translation units (source files).
The following CI's are detected:
* AppVeyor
* Azure pipelines
* Bamboo
* Bitbucket Pipelines
* Buildkite
* CircleCI
* Codeship
* Drone.io
* GitLab CI
* GoCD
* Hudson
* Jenkins CI
* Magnum CI
* Semaphore CI
* TaskCluster
* TeamCity
* Travis CI
* Any other CI that sets the `CI` or `CONTINUOUS_INTEGRATION` environment variable# Credits
Inspired by https://github.com/hugues-m/phpunit-vw and https://github.com/auchenberg/volkswagen