Skip to content

Commit

Permalink
Update submodule references
Browse files Browse the repository at this point in the history
- Remove onix-refactor reference
- Add onix-bonsai-onix1 reference
- Remove bonsai reference
- Fix paths for source code and artifacts
  • Loading branch information
bparks13 committed Jul 31, 2024
1 parent 5ee34b7 commit d06310f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
9 changes: 3 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[submodule "docfx-tools"]
path = docfx-tools
url = https://github.com/bonsai-rx/docfx-tools
[submodule "docs/bonsai"]
path = docs/bonsai
url = https://github.com/bonsai-rx/docfx-tools
[submodule "src/onix-refactor"]
path = src/onix-refactor
url = https://github.com/neurogears/onix-refactor.git
[submodule "src/onix-bonsai-onix1"]
path = src/onix-bonsai-onix1
url = https://github.com/open-ephys/onix-bonsai-onix1.git
4 changes: 2 additions & 2 deletions build.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Build project
$libPath = ".\src\onix-refactor\OpenEphys.Onix\"
$libPath = ".\src\onix-bonsai-onix1\"
dotnet build $libPath --configuration Release

# Export workflow vectors
$libPath = Join-Path $libPath "OpenEphys.Onix\bin\x64\Release\net472"
$libPath = Join-Path $libPath "artifacts\bin\OpenEphys.Onix\release"
.\docfx-tools\modules\Export-Image.ps1 -bootstrapperPath .\.bonsai\Bonsai.exe $libPath
dotnet docfx @args
1 change: 1 addition & 0 deletions src/onix-bonsai-onix1
Submodule onix-bonsai-onix1 added at 9347ce
1 change: 0 additions & 1 deletion src/onix-refactor
Submodule onix-refactor deleted from e8add7

0 comments on commit d06310f

Please sign in to comment.