Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrk21/cpp-exec-env
This is for building C++ execution environment
https://github.com/mrk21/cpp-exec-env
docker docker-image
Last synced: 27 days ago
JSON representation
This is for building C++ execution environment
- Host: GitHub
- URL: https://github.com/mrk21/cpp-exec-env
- Owner: mrk21
- License: mit
- Created: 2015-01-20T05:05:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-30T06:01:26.000Z (almost 10 years ago)
- Last Synced: 2023-08-02T22:26:31.684Z (over 1 year ago)
- Topics: docker, docker-image
- Language: Ruby
- Homepage:
- Size: 242 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# cpp-exec-env
[![Build Status](https://travis-ci.org/mrk21/cpp-exec-env.svg)](https://travis-ci.org/mrk21/cpp-exec-env)
This is for building C++ execution environment. In large part, it is used to verify C++ project sources. This environment built as Docker image exists to [Docker Hub Registry](https://registry.hub.docker.com/u/mrk21/cpp-exec-env "mrk21/cpp-exec-env").
## Specification
### Platform
* Ubuntu 12.04 LTS
### Compiler
* GCC 4.9
* Clang 3.7### Library
* Boost 1.57