Skip to content
Snippets Groups Projects

Regular merge of develop

Merged Laurent Heirendt requested to merge develop into master
2 files
+ 9
9
Compare changes
  • Side-by-side
  • Inline
Files
2
.artenolis.yml 0 → 100644
+ 9
0
language: bash
before_install:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
script:
# launch the tests
- /mnt/prince-data/MATLAB/$MATLAB_VER/bin/./matlab -nodesktop -nosplash < test/*.m
Loading