Skip to content

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

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

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

name: Build (Windows, MSVC)
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
- name: Build
# Build your program with the given configuration
run: cmake --build ./build --config Debug