File: buildtool-build

package info (click to toggle)
gnustep-xcode 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,168 kB
  • sloc: objc: 9,258; sh: 61; makefile: 20
file content (14 lines) | stat: -rw-r--r-- 312 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

set -e
set -u

cd $AUTOPKGTEST_TMP
apt-get source timemon.app
cd timemon.app-*
buildtool build

# Unfortunately buildtool's exit status is 0 even when the build fails
# so check that the products exist.
stat build/TimeMon/Products/TimeMon.app/TimeMon
stat build/TimeMon/Products/TimeMon.app/Resources