File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11Carthage /
2+ Cartfile
23Cartfile.resolved
Original file line number Diff line number Diff line change @@ -6,10 +6,13 @@ CARTHAGE_ARGS := --no-use-binaries
66CARTHAGE_TOOLCHAIN := com.apple.dt.toolchain.Swift_3_0
77CARTHAGE_CMDLINE := --configuration $(CARTHAGE_CONFIGURATION ) --platform $(CARTHAGE_PLATFORM ) --toolchain $(CARTHAGE_TOOLCHAIN ) $(CARTHAGE_ARGS )
88TRAVIS_COMMIT ?= master
9- TRAVIS_REPO_SLUG ?= stephencelis/SQLite.swift
9+ TRAVIS_BUILD_DIR ?= https://github.com/ stephencelis/SQLite.swift.git
1010
1111test : $(CARTHAGE ) Cartfile
1212 $< bootstrap $(CARTHAGE_CMDLINE )
1313
1414Cartfile :
15- echo ' github "$(TRAVIS_REPO_SLUG)" "$(TRAVIS_COMMIT)"' > $@
15+ echo ' git "$(TRAVIS_BUILD_DIR)" "$(TRAVIS_COMMIT)"' > $@
16+
17+ clean :
18+ @rm -f Cartfile Cartfile.resolved
You can’t perform that action at this time.
0 commit comments