-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Remove onix-refactor reference - Add onix-bonsai-onix1 reference - Remove bonsai reference - Fix paths for source code and artifacts
- Loading branch information
Showing
4 changed files
with
6 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Submodule onix-bonsai-onix1
added at
9347ce
Submodule onix-refactor
deleted from
e8add7