Skip to content

Commit

Permalink
houdini: separate workspace from final, test action
Browse files Browse the repository at this point in the history
  • Loading branch information
pedohorse committed Jan 18, 2024
1 parent 2b07dc4 commit 26b85a2
Show file tree
Hide file tree
Showing 27 changed files with 36 additions and 1,824 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build-tools.yml
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 removed dcc_plugins/houdini.zip
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

29 changes: 0 additions & 29 deletions dcc_plugins/houdini/python2.7libs/lifeblood_client/nethelpers.py

This file was deleted.

215 changes: 0 additions & 215 deletions dcc_plugins/houdini/python2.7libs/lifeblood_client/query.py

This file was deleted.

Loading

0 comments on commit 26b85a2

Please sign in to comment.