Skip to content

Commit

Permalink
all the options
Browse files Browse the repository at this point in the history
  • Loading branch information
tbttfox committed Aug 30, 2024
1 parent f93e976 commit 67df246
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,11 @@ jobs:
with:
action: build
directory: build
options: --buildtype release
setup-options: >
-Dmaya:maya_version="${{ matrix.maya }}"
-Dmaya:maya_devkit_base="${{ steps.get-devkit.outputs.devkit-path }}"
--buildtype release
--vsenv
- name: Repath Artifacts
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion quick_compile.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SET BUILDTYPE=debug
SET BUILDDIR=mayabuild_%BUILDTYPE%_%MAYA_VERSION%_%BACKEND%

if not exist %BUILDDIR%\ (
meson setup -Dmaya:maya_version=%MAYA_VERSION% --buildtype %BUILDTYPE% --vsenv %BUILDDIR% --backend %BACKEND%
meson setup %BUILDDIR% -Dmaya:maya_version=%MAYA_VERSION% --buildtype %BUILDTYPE% --vsenv --backend %BACKEND%
)

if exist %BUILDDIR%\ (
Expand Down

0 comments on commit 67df246

Please sign in to comment.