Skip to content

Commit c68c8dc

Browse files
committed
add note about using unreleased DashBase
1 parent 70ec860 commit c68c8dc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ ORB_PARAM_DRIVER_INSTALL_DIR=/usr/local/bin/ ./install-chromedriver.sh
8080
cd /home/circleci/project/test/integration
8181
julia --project -e 'import Pkg; Pkg.develop(path="../../"); Pkg.instantiate()'
8282

83+
# [optionally] if you want to use an unreleased version of DashBase
84+
julia --project -e 'import Pkg; Pkg.add(name="DashBase", rev="master")'
85+
8386
# update julia deps then run integration tests
8487
cd /home/circleci/project/test/integration
8588
julia --project -e 'import Pkg; Pkg.update()'

0 commit comments

Comments
 (0)