We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e5a1a commit 2996306Copy full SHA for 2996306
.travis.yml
@@ -25,6 +25,15 @@ jobs:
25
- sudo apt-get -y install snapd
26
- sudo snap install octave
27
script: snap run octave --eval "cd examples; test_sedumi(1, 1);"
28
+ - os: linux
29
+ dist: bionic # 18.04 LTS, Octave 6.1.0 (flatpak)
30
+ before_install:
31
+ - sudo apt-get -y install flatpak
32
+ - flatpak remote-add --user --if-not-exists
33
+ flathub https://flathub.org/repo/flathub.flatpakrepo
34
+ - flatpak install --user -y flathub org.octave.Octave
35
+ script:
36
+ - flatpak run org.octave.Octave --eval "cd examples; test_sedumi(1, 1);"
37
- os: osx
38
# Need macOS version, see
39
# https://travis-ci.community/t/macos-build-fails-because-of-homebrew-bundle-unknown-command/7296/28
0 commit comments