File: unix_build.sh

package info (click to toggle)
python-bumps 1.0.0b2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,144 kB
  • sloc: python: 23,941; xml: 493; ansic: 373; makefile: 209; sh: 91; javascript: 90
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 .