File: integration

package info (click to toggle)
opencc 1.2.0%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,260 kB
  • sloc: cpp: 5,181; python: 470; makefile: 126; javascript: 106; sh: 70
file content (14 lines) | stat: -rwxr-xr-x 220 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

set -ex

cd "$(dirname "$0")"
mkdir -p build
cd build
cmake ..
make
make test || true
echo $AUTOPKGTEST_TMP
cat ${AUTOPKGTEST_TMP}/../*/src/debian/tests/build/Testing/Temporary/LastTest.log
cd ..
rm -rf build