Skip to content

cs3org/cs3apis-build

This branch is 1 commit ahead of, 1 commit behind master.

Repository files navigation

cs3apis-build

Docker image to build the CS3APIS

Development

See the cs3apis local compiliation instructions and the cs3apis Makefile for pointers on how to run and test the code in this repo on your local machine.

So for instance:

git clone https://github.com/cs3org/cs3apis-build
cd cs3apis-build
docker build -t cs3apis-build .
cd ..
git clone https://github.com/cs3org/cs3apis
cd cs3apis
docker run -v `pwd`:/root/cs3apis cs3apis-build cs3apis-build
cd build/go-cs3apis
git status
// see the result

About

Docker image to build the CS3APIS

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published