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 c4690c8 commit 81cb73bCopy full SHA for 81cb73b
.travis.yml
@@ -30,6 +30,9 @@ before_script:
30
- docker run --mount src=$TRAVIS_BUILD_DIR/doc/manual,target=/usr/src/tex,type=bind dxjoke/tectonic-docker /bin/sh -c "tectonic spatialmath.tex"
31
# copy to src folder
32
- mv doc/manual/spatialmath.pdf spatialmath-`cat ./RELEASE`.pdf
33
+## build a minimalist Contents.m file
34
+echo "% Spatial Math Toolbox for MATLAB" > Contents.m
35
+echo "% Version " `cat RELEASE` `date "+%e-%b-%G"` >> Contents.m
36
37
script:
38
# run the unit tests with MATLAB on Travis cloud
0 commit comments