-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
houdini: separate workspace from final, test action
- Loading branch information
Showing
27 changed files
with
36 additions
and
1,824 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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
on: | ||
push: | ||
branches: | ||
- dev | ||
pull_request: | ||
branches: | ||
- dev | ||
|
||
jobs: | ||
build_houdini_tools: | ||
runs-on: ubuntu-latest | ||
container: aaronsmithtv/hbuild:latest | ||
steps: | ||
- run: | | ||
apt install zip rsync bash | ||
- uses: actions/checkout@v3 | ||
- run: | | ||
export PATH=/opt/houdini/build:$PATH | ||
- run: | | ||
ls -alhR dcc_plugins |
Binary file not shown.
Binary file not shown.
5 changes: 0 additions & 5 deletions
5
dcc_plugins/houdini/python2.7libs/lifeblood_client/__init__.py
This file was deleted.
Oops, something went wrong.
39 changes: 0 additions & 39 deletions
39
dcc_plugins/houdini/python2.7libs/lifeblood_client/environment_resolver.py
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
dcc_plugins/houdini/python2.7libs/lifeblood_client/nethelpers.py
This file was deleted.
Oops, something went wrong.
215 changes: 0 additions & 215 deletions
215
dcc_plugins/houdini/python2.7libs/lifeblood_client/query.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.