This website requires JavaScript.
Explore
Help
Sign In
PenaDevops
/
delve
Watch
2
Star
0
Fork
0
You've already forked delve
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
477e46ebbd
delve
/
_scripts
/
testsign
4 lines
51 B
Plaintext
Raw
Normal View
History
Unescape
Escape
all: Use -exec flag to codesign test binary on OSX Replaces a lot of ugly Makefile nonsense with a script that codesigns the test binary before it runs. Only applicable to OSX test runs.
2015-10-10 00:56:09 +00:00
#!/usr/bin/env bash
codesign -s $CERT $1
dev: Fixup Makefile and testsign script
2015-12-13 21:17:56 +00:00
exec "$@"
Reference in New Issue
Copy Permalink