Skip to content

Commit 5a6314c

Browse files
committed
update github action
1 parent 0674035 commit 5a6314c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/moxunit.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,26 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14+
1415
- uses: actions/checkout@v2
1516
with:
1617
submodules: true
1718
fetch-depth: 1
19+
20+
- name: Make jsonread for octave
21+
run: |
22+
cd lib/JSONio
23+
mkoctfile --mex jsonread.c jsmn.c -DJSMN_PARENT_LINKS
24+
# cd ../..
25+
1826
- name: MOxUnit Action
1927
uses: joergbrech/[email protected]
2028
with:
2129
tests: tests
2230
src: src
2331
with_coverage: true
2432
cover_xml_file: coverage.xml
33+
2534
- name: Code coverage
2635
uses: codecov/codecov-action@v1
2736
with:

0 commit comments

Comments
 (0)