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 3db32ef commit 845ad5aCopy full SHA for 845ad5a
Tests/Carthage/Makefile
@@ -5,14 +5,12 @@ CARTHAGE_DIR := Carthage
5
CARTHAGE_ARGS := --no-use-binaries
6
CARTHAGE_TOOLCHAIN := com.apple.dt.toolchain.Swift_3_0
7
CARTHAGE_CMDLINE := --configuration $(CARTHAGE_CONFIGURATION) --platform $(CARTHAGE_PLATFORM) --toolchain $(CARTHAGE_TOOLCHAIN) $(CARTHAGE_ARGS)
8
-TRAVIS_COMMIT ?= master
9
-TRAVIS_BUILD_DIR ?= https://github.com/stephencelis/SQLite.swift.git
10
11
test: $(CARTHAGE) Cartfile
12
$< bootstrap $(CARTHAGE_CMDLINE)
13
14
Cartfile:
15
- echo 'git "$(TRAVIS_BUILD_DIR)" "$(TRAVIS_COMMIT)"' > $@
+ echo 'git "$(TRAVIS_BUILD_DIR)" "HEAD"' > $@
16
17
clean:
18
@rm -f Cartfile Cartfile.resolved
0 commit comments