https://github.com/samuelmarks/docker-static-bin
Very small C (and one C++) sources implementing a few commands need in a `FROM scratch`
https://github.com/samuelmarks/docker-static-bin
Last synced: 3 months ago
JSON representation
Very small C (and one C++) sources implementing a few commands need in a `FROM scratch`
- Host: GitHub
- URL: https://github.com/samuelmarks/docker-static-bin
- Owner: SamuelMarks
- Created: 2018-09-07T05:30:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T13:41:35.000Z (almost 8 years ago)
- Last Synced: 2025-03-23T01:27:43.592Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 59.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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_*