File: activate_test_env.sh

package info (click to toggle)
paperwork 2.2.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 166,660 kB
  • sloc: python: 44,775; makefile: 992; sh: 625; xml: 135
file content (12 lines) | stat: -rwxr-xr-x 304 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
if ! [ -e sub/libinsane/Makefile ] ; then
	git submodule init
	git submodule update --recursive --remote --init
fi

make venv && \
source venv/bin/activate && \
cd sub/libinsane && \
source ./activate_test_env.sh && \
cd ../.. && \
make -C sub/pyocr install_py && \
make -C sub/libpillowfight install_py