Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

andreasfertig/cppinsights-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Insights - Docker

Contents

Installing

Run C++ Insights in a docker container locally.

Build the docker container:

make

This will download the latest C++ Insights binary and create a docker container named cppinsights-trusty.

Usage

cat <YOUR_CPP_FILE> | docker run --rm -i cppinsights-trusty /usr/bin/insights -stdin x.cpp -- -std=c++17

or

./run.sh <ABSOLUTE_PATH_TO_YOUR_CPP_FILE>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published