diff options
| author | venkataram-nv <vedavamadath@nvidia.com> | 2024-06-27 11:04:26 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-27 11:04:26 -0700 |
| commit | b1f564b0974303e330ca3370651696191d40aa51 (patch) | |
| tree | a964ea2825c62a63edd2c9815ee2ad5e4ac078be /.github/workflows/falcor-test.yml | |
| parent | 5dd8f29443508bd8663a92c62d33e69cc47b61af (diff) | |
Include examples in default build (#4482)
* Include examples in default build
* Omit building examples on unnecessary CI workflows
Diffstat (limited to '.github/workflows/falcor-test.yml')
| -rw-r--r-- | .github/workflows/falcor-test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/falcor-test.yml b/.github/workflows/falcor-test.yml index dd1c6fe57..60506f062 100644 --- a/.github/workflows/falcor-test.yml +++ b/.github/workflows/falcor-test.yml @@ -45,7 +45,7 @@ jobs: cd ..\ - name: build run: | - .\premake.bat vs2019 --arch=${{matrix.platform}} --deps=true --no-progress=true --enable-cuda=true + .\premake.bat vs2019 --arch=${{matrix.platform}} --deps=true --no-progress=true --enable-cuda=true --enable-examples=false .\make-slang-tag-version.bat |
