Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

rework: bunch of the stuffs like lua skinning animation #34

rework: bunch of the stuffs like lua skinning animation

rework: bunch of the stuffs like lua skinning animation #34

Workflow file for this run

name: CI
on: [push, workflow_dispatch]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VCPKG_FEATURE_FLAGS: dependencygraph
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Setup MSVC
uses: ilammy/msvc-dev-cmd@v1
- name: Prepare Vulkan SDK
uses: humbletim/setup-vulkan-sdk@v1.2.0
with:
vulkan-query-version: 1.2.198.1
vulkan-components: Vulkan-Headers, Glslang
vulkan-use-cache: true
- name: Pass VULKAN_SDK to CMake
run: echo "VULKAN_SDK=$VULKAN_SDK" >> $GITHUB_ENV
- name: Configure CMake
run:
cmake --preset x64-windows
- name: Build
run: cmake --build build