Skip to content

Commit

Permalink
ci: use codesigning through makefile (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwatson0 committed Oct 23, 2024
1 parent 31c6568 commit f05072c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/build-slm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ CONAN_OPTS="-vtrace"
if [ "$SIGN_EXECUTABLE" == "true" ] ; then
CONAN_OPTS=" -o:h codesign=True ${CONAN_OPTS}"
fi
MAKEARGS=" CONAN_OPTS=\" ${CONAN_OPTS}\" "
export CONAN_OPTS

${MAKE} ${MAKEARGS}
${MAKE}

if [ "$CREATE_PACKAGE" == "true" ] ; then
#VERU=${VER//./_} # convert dots to underscores
Expand Down

0 comments on commit f05072c

Please sign in to comment.