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 62ea985 commit 0de2602Copy full SHA for 0de2602
Makefile
@@ -1,4 +1,5 @@
1
BUILD_TOOL = xcodebuild
2
+BUILD_SCHEME = SQLite Mac
3
ifeq ($(BUILD_SCHEME),SQLite iOS)
4
BUILD_ARGUMENTS = -scheme "$(BUILD_SCHEME)" -sdk iphonesimulator
5
else
run-tests.sh
@@ -1,7 +1,7 @@
#!/bin/bash
set -ev
if [ -n "$BUILD_SCHEME" ]; then
- make test
+ make test BUILD_SCHEME="$BUILD_SCHEME"
elif [ -n "$VALIDATOR_SUBSPEC" ]; then
6
cd CocoaPodsTests && make test
7
-fi
+fi
0 commit comments