Skip to content

WIP

WIP #50

Workflow file for this run

name: Windows
on:
push:
branches:
- trunk
- main
pull_request:
branches:
- trunk
- main
env:
CTEST_OUTPUT_ON_FAILURE: 1
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions/cache@v3
with:
path: "build/vcpkg_installed/**/*"
key: ${{ github.workflow }}-vcpkg_installed
- name: configure
run: |
cmake --preset vcpkg-VS-17
- name: build
run: |
cmake --build --preset VS-17-Debug
- name: test
run: |
./build/test/Debug/component-model-test.exe