File: build

package info (click to toggle)
libgit2-glib 0.99.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,692 kB
  • sloc: ansic: 17,155; python: 1,989; makefile: 21; sh: 7
file content (12 lines) | stat: -rwxr-xr-x 220 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -eux

srcdir="$(pwd)"
cd "$AUTOPKGTEST_TMP"

cp "$srcdir/tests/repository.c" .

gcc -o repository repository.c $(pkg-config --cflags --libs libgit2-glib-1.0 glib-2.0)
test -x repository
./repository --tap