Skip to content

Commit

Permalink
install dsl dependency in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
aliokan committed Jan 31, 2019
1 parent 03bb481 commit 1236331
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ install:
- if [ $( git ls-remote https://github.com/DoclerLabs/hexDsl.git $BRANCH_REF | wc -l ) == "0" ]; then export DEPENDENCIES_BRANCH=master; else export DEPENDENCIES_BRANCH=$BRANCH_REF; fi
- echo Checking out $DEPENDENCIES_BRANCH
- git clone --recursive -b $DEPENDENCIES_BRANCH https://github.com/DoclerLabs/hexDsl.git ~/hexdsl
- haxelib install ~/hexdsl/haxelib.json --always
- haxelib dev hexdsl ~/hexdsl
# hexCommand
- if [ $( git ls-remote https://github.com/DoclerLabs/hexCommand.git $BRANCH_REF | wc -l ) == "0" ]; then export DEPENDENCIES_BRANCH=master; else export DEPENDENCIES_BRANCH=$BRANCH_REF; fi
Expand Down

0 comments on commit 1236331

Please sign in to comment.