set CODE_SIGN_IDENTITY when building

This commit is contained in:
Love Hörnquist Åstrand
2014-02-16 11:45:13 -08:00
parent f074a81c0c
commit 03f75e380f

@ -24,8 +24,12 @@ env \
CFLAGS="-arch i386 -arch x86_64" \
LDFLAGS="-arch i386 -arch x86_64" \
${config} --disable-dependency-tracking > log || exit 1
echo "Build"
env \
CODE_SIGN_IDENTITY="Developer ID Application:" \
make all > /dev/null || exit 1
echo "Run regression suite"
make check > /dev/null || exit 1
echo "Install"