10 lines
249 B
YAML
10 lines
249 B
YAML
before_script:
|
|
- sudo apt-add-repository ppa:octave/stable --yes
|
|
- sudo apt-get update -y
|
|
- sudo apt-get install octave -y
|
|
- sudo apt-get install liboctave-dev -y
|
|
script:
|
|
- sh -c "octave tests/runalltests.m"
|
|
|
|
notifications:
|
|
email: false
|