https://github.com/mtmiller/octave-travis-ci-example
Example Octave project using Travis CI
https://github.com/mtmiller/octave-travis-ci-example
ci example octave travis travis-ci
Last synced: about 2 months ago
JSON representation
Example Octave project using Travis CI
- Host: GitHub
- URL: https://github.com/mtmiller/octave-travis-ci-example
- Owner: mtmiller
- License: bsd-3-clause
- Created: 2019-03-25T04:30:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-14T20:31:14.000Z (over 6 years ago)
- Last Synced: 2025-11-10T23:35:47.605Z (6 months ago)
- Topics: ci, example, octave, travis, travis-ci
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Octave Travis CI Example
========================
[](https://travis-ci.com/mtmiller/octave-travis-ci-example)
This repository shows an example of how to use [Travis CI] to do continuous
integration with an [Octave][GNU Octave] project.
See https://gitlab.com/mtmiller/octave-gitlab-ci-example for an equivalent
example using GitLab CI.
The Docker image [mtmiller/octave] is maintained at
https://gitlab.com/mtmiller/docker-octave.
## About Octave
[GNU Octave] is a high-level interpreted language, primarily intended for
numerical computations. It provides capabilities for the numerical solution of
linear and nonlinear problems, and for performing other numerical experiments.
It also provides extensive graphics capabilities for data visualization and
manipulation. Octave is normally used through its interactive command line
interface, but it can also be used to write non-interactive programs. The
Octave language is quite similar to Matlab so that most programs are easily
portable.
## Get Involved
If you want to contribute to this example project, please read the
[contribution guidelines](CONTRIBUTING.md).
## License
The scripts making up this example are licensed under a modified BSD license.
See [LICENSE.md](LICENSE.md) for the full license text.
[GNU Octave] is free software: you can redistribute it and/or modify it under
the terms of the [GNU General Public License][gpl], either version 3 or any
later version.
[GNU Octave]: https://www.octave.org/
[Travis CI]: https://travis-ci.com/
[gpl]: https://www.gnu.org/licenses/gpl-3.0.html
[mtmiller/octave]: https://hub.docker.com/r/mtmiller/octave