Skip to content

Commit 405b4d3

Browse files
committed
set up octave in CI
1 parent 5a6314c commit 405b4d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/moxunit.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919

2020
- name: Make jsonread for octave
2121
run: |
22+
sudo apt-get -y install octave
23+
sudo apt-get -y install liboctave-dev
2224
cd lib/JSONio
2325
mkoctfile --mex jsonread.c jsmn.c -DJSMN_PARENT_LINKS
2426
# cd ../..
@@ -30,7 +32,7 @@ jobs:
3032
src: src
3133
with_coverage: true
3234
cover_xml_file: coverage.xml
33-
35+
3436
- name: Code coverage
3537
uses: codecov/codecov-action@v1
3638
with:

0 commit comments

Comments
 (0)