mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2025-12-30 04:52:29 +00:00
11 lines
249 B
YAML
11 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
|