Skip to content

Construct camera from transformation matrix directly & add cbox-caustic scene #185

Construct camera from transformation matrix directly & add cbox-caustic scene

Construct camera from transformation matrix directly & add cbox-caustic scene #185

name: Build (Windows, Clang)
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
BUILD_TYPE: Debug
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Add msbuild to PATH
uses: microsoft/[email protected]
- name: Configure CMake
run: cmake -B ./build -T ClangCL
- name: Build
# Build your program with the given configuration
run: cmake --build ./build --config Debug