Skip to content

SamuelMarks/docker-static-bin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-static-bin

Very small C sources implementing a few commands need in a FROM scratch

Dependencies

  • C compiler
  • CMake
  • conan

Developer workflow

mkdir cmake-build-debug && cd $_
conan install ..
cmake -DCMAKE_BUILD_TYPE=Debug ..
make

Run tests

Starting from directory created above, after make step, run:

./bin/test_*

About

Very small C (and one C++) sources implementing a few commands need in a `FROM scratch`

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors