Scilab 6.0.2 is installed. Its code is available on github.
- Setup docker.
- Install Dojo binary.
- Provide a Dojofile:
DOJO_DOCKER_IMAGE="kudulab/scilab-gdojo:0.1.0"
- Create and enter the container by running
dojo
at the root of project. - Run Scilab graphical application:
scilab &
By default, current directory in docker container is /dojo/work
.
- Bash
- Docker daemon
- Dojo
- Bats
Full spec is ops-base
- In a feature branch:
- you make changes
- and run tests:
./tasks build
./tasks itest
- You decide that your changes are ready and you:
- merge into master branch
- run locally:
./tasks set_version
to set version in CHANGELOG, bump patch version- e.g.
./tasks set_version 1.2.3
to set version in CHANGELOG to 1.2.3
- push to master onto private git server
- CI server (GoCD) tests and releases.
GNU General Public License v2.0