dummy
$ make help
$ make build
$ make info-build
$ make tests
- The source code shall be copied to the src folder.
- The Dockerfile shall be modified to compile the source code.
- The .osparc is the configuration folder and source of truth for metadata: describes service info and expected inputs/outputs of the service.
- The execute shell script shall be modified to run the service using the expected inputs and retrieve the expected outputs.
- The test input/output shall be copied to validation.
- The service docker image may be built and tested as
make build tests
(see usage above) - Optional: if your code requires specific CPU/RAM resources, edit runtime.yml. In doubt, leave it as default.