Skip to content

Commit

Permalink
Merge pull request #4 from dontnod/tds/build/dne_setup
Browse files Browse the repository at this point in the history
Add dne grid plugins
  • Loading branch information
tdesveaux authored Oct 27, 2023
2 parents a365e4b + 30143b7 commit 8cddb10
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "dne_grid"]
path = www/react-dne-grid_view
url = https://github.com/dontnod/DNE-Buildbot-React-grid-view-plugin.git
branch = main
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PYTHON ?= $(ROOT_DIR)/$(VENV_NAME)/bin/python
VENV_PY_VERSION ?= python3
YARN := $(shell which yarnpkg || which yarn)

WWW_PKGS := www/base www/react-base www/console_view www/react-console_view www/grid_view www/react-grid_view www/waterfall_view www/react-waterfall_view www/wsgi_dashboards www/badges
WWW_PKGS := www/base www/react-base www/react-console_view www/react-grid_view www/react-waterfall_view www/react-dne-grid_view
WWW_EX_PKGS := www/nestedexample www/codeparameter
WWW_DEP_PKGS := www/guanlecoja-ui www/data_module www/plugin_support www/react-data-module www/react-ui
ALL_PKGS := master worker pkg $(WWW_PKGS)
Expand Down
1 change: 1 addition & 0 deletions www/react-base/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const buildPluginsPathsMap = () => {
addPlugin('react_console_view', path.join(root, `react-console_view/buildbot_react_console_view/static/`))
addPlugin('react_waterfall_view',
path.join(root, `react-waterfall_view/buildbot_react_waterfall_view/static/`))
addPlugin('react_dne_grid_view', path.join(root, `react-dne-grid_view/buildbot_dne_react_grid_view/static/`))

return aliases;
}
Expand Down
1 change: 1 addition & 0 deletions www/react-dne-grid_view
Submodule react-dne-grid_view added at cfdd80

0 comments on commit 8cddb10

Please sign in to comment.