-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update references of FluidCorpusManipulation
Makes them all Fluid Corpus Manipulation # Conflicts: # source/include/FluidMaxWrapper.hpp
- Loading branch information
James Bradbury
committed
Oct 28, 2024
1 parent
c5c5c87
commit 91ad311
Showing
18 changed files
with
47 additions
and
47 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 |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
name: winbuild | ||
path: "release-packaging/FluidCorpusManipulation/externals/" | ||
path: "release-packaging/Fluid Corpus Manipulation/externals/" | ||
|
||
macbuild: | ||
runs-on: macos-latest | ||
|
@@ -48,28 +48,28 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
name: macbuild | ||
path: release-packaging/FluidCorpusManipulation/ | ||
path: "release-packaging/Fluid Corpus Manipulation/"" | ||
release: | ||
runs-on: ubuntu-latest | ||
needs: [winbuild, macbuild] | ||
steps: | ||
- name: make parent folder | ||
run : mkdir -p "FluidCorpusManipulation" | ||
run : mkdir -p "Fluid Corpus Manipulation" | ||
|
||
- uses: actions/[email protected] | ||
with: | ||
name: macbuild | ||
path: "FluidCorpusManipulation" | ||
path: "Fluid Corpus Manipulation" | ||
|
||
- uses: actions/[email protected] | ||
with: | ||
name: winbuild | ||
path: "FluidCorpusManipulation/externals" | ||
path: "Fluid Corpus Manipulation/externals" | ||
|
||
- name: zip | ||
run: zip -r FluCoMa-Max-nightly.zip "FluidCorpusManipulation" | ||
run: zip -r FluCoMa-Max-nightly.zip "Fluid Corpus Manipulation" | ||
|
||
- uses: dev-drprasad/[email protected] | ||
with: | ||
|
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
name: winbuild | ||
path: "release-packaging/FluidCorpusManipulation/externals/" | ||
path: "release-packaging/Fluid Corpus Manipulation/externals/" | ||
|
||
macbuild: | ||
runs-on: macos-latest | ||
|
@@ -43,7 +43,7 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
name: macbuild | ||
path: release-packaging/FluidCorpusManipulation/ | ||
path: "release-packaging/Fluid Corpus Manipulation/" | ||
|
||
- id: get-version | ||
run: echo "version=$(cat flucoma.version.rc)" >> $GITHUB_OUTPUT | ||
|
@@ -55,20 +55,20 @@ jobs: | |
|
||
steps: | ||
- name: make parent folder | ||
run : mkdir -p "FluidCorpusManipulation" | ||
run : mkdir -p "Fluid Corpus Manipulation" | ||
|
||
- uses: actions/[email protected] | ||
with: | ||
name: macbuild | ||
path: "FluidCorpusManipulation" | ||
path: "Fluid Corpus Manipulation" | ||
|
||
- uses: actions/[email protected] | ||
with: | ||
name: winbuild | ||
path: "FluidCorpusManipulation/externals" | ||
path: "Fluid Corpus Manipulation/externals" | ||
|
||
- name: zip | ||
run: zip -r FluCoMa-Max-"${{ needs.macbuild.outputs.version }}".zip "FluidCorpusManipulation" | ||
run: zip -r FluCoMa-Max-"${{ needs.macbuild.outputs.version }}".zip "Fluid Corpus Manipulation" | ||
|
||
- name: delete pre-existing release | ||
uses: dev-drprasad/[email protected] | ||
|
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
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
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
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
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
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
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
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
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
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
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
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
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
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
2 changes: 1 addition & 1 deletion
2
vignettes/flucoma/automatic_buffer_and_dataset_management.maxvig.xml
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
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