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 e118690 commit 4c84cddCopy full SHA for 4c84cdd
.travis.yml
@@ -44,6 +44,9 @@ before_script:
44
- docker run --mount src=$TRAVIS_BUILD_DIR/doc/manual,target=/usr/src/tex,type=bind dxjoke/tectonic-docker /bin/sh -c "tectonic robot.tex"
45
# rename PDF and copy to src folder
46
- mv doc/manual/robot.pdf ./robot.pdf
47
+## build a minimalist Contents.m file
48
+echo "% Robotics Toolbox for MATLAB" > Contents.m
49
+echo "% Version " `cat RELEASE` `date "+%e-%b-%G"` >> Contents.m
50
51
script:
52
# run the unit tests with MATLAB on Travis cloud
0 commit comments