We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1111548 commit f01cf84Copy full SHA for f01cf84
Quicksilver/Tools/qsrelease
@@ -48,7 +48,7 @@ touch "${LOG}"
48
"${TOOLSDIR}"/qstest
49
fi
50
51
- if [[ "${CI:-}" = true ]] && [[ "${GITHUB_ACTION:-}" = true ]]; then
+ if [[ "${CI:-}" = true ]] && [[ "${GITHUB_ACTIONS:-}" = true ]]; then
52
xcb_args+=(CODE_SIGN_IDENTITY=-)
53
54
xcodebuild \
Quicksilver/Tools/qstest
@@ -29,7 +29,7 @@ main() {
29
-configuration Testing
30
GCC_PREPROCESSOR_DEFINITIONS="TESTING"
31
)
32
33
34
35
xcodebuild build \
0 commit comments