Skip to content

Commit 70fdf68

Browse files
committed
Fetch mantle-lib via BUILD_DEPS
1 parent faca587 commit 70fdf68

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.dkrc

+1-8
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,7 @@
55
# the devkit defaults.
66
# ---
77

8-
dk use: cram # run tests using the "cram" functional test tool
9-
dk use: modd-watch # watch files and re-run tests or other commands
10-
dk use: shell-console # make the "console" command enter a subshell
11-
12-
[[ -d "$BASHER_PREFIX"/dirtsimple/mantle-lib ]] ||
13-
# You can change this to use a specific non-master branch, if needed
14-
github dirtsimple/mantle-lib master
15-
168
dk use: mantle
179

10+
# Update mantle-lib on script/update or 'dk update'
1811
on update git -C .deps/dirtsimple/mantle-lib pull

package.sh

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# You can change this to use a specific non-master branch, if needed
2+
BUILD_DEPS=dirtsimple/mantle-lib@master

0 commit comments

Comments
 (0)