File: unix_build.sh

package info (click to toggle)
python-bumps 1.0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,200 kB
  • sloc: python: 24,517; xml: 493; ansic: 373; makefile: 211; javascript: 99; sh: 94
file content (9 lines) | stat: -rwxr-xr-x 186 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -x -e

python setup.py build
python test.py
(cd doc && make html pdf)
# make sure the pdf got built by copying it to the current directory
cp doc/_build/latex/Bumps.pdf .