Skip to content

Commit

Permalink
Add symmetryinvestments/autowrap
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrumc authored and Geod24 committed Jun 15, 2023
1 parent d5f2068 commit 05df642
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions buildkite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ projects=(
"dlang/undeaD"
"DlangScience/scid"
"ikod/dlang-requests"
"symmetryinvestments/autowrap"
"symmetryinvestments/concurrency"
"symmetryinvestments/excel-d"
"symmetryinvestments/ldapauth"
Expand Down
8 changes: 8 additions & 0 deletions buildkite/build_project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,14 @@ case "$REPO_FULL_NAME" in
dub build :sdfmt
;;

symmetryinvestments/autowrap)
dub fetch --cache=local pyd
dub run pyd:setup
source pyd_set_env_vars.sh python3
export PYTHON_LIB_DIR=/usr/lib
dub test
;;

*)
use_travis_test_script
;;
Expand Down

0 comments on commit 05df642

Please sign in to comment.