Skip to content

Commit

Permalink
Add DLP project
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg authored and Geod24 committed Apr 29, 2019
1 parent f76f33a commit 338a692
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions buildkite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ projects=(
"Basile-z/iz" # 12s
"aliak00/optional" # 12s
"dlang-community/dfmt" # 11s
"jacob-carlborg/dlp" # 11s
# run in under 10s sorted alphabetically
"Abscissa/libInputVisitor"
#"ariovistus/pyd"
Expand Down
5 changes: 5 additions & 0 deletions buildkite/build_project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,11 @@ case "$REPO_FULL_NAME" in
use_travis_test_script
;;

jacob-carlborg/dlp)
git submodule update --init --recursive
use_travis_test_script
;;

*)
use_travis_test_script
;;
Expand Down

0 comments on commit 338a692

Please sign in to comment.