Skip to content

Windows Install Test #1

Windows Install Test

Windows Install Test #1

Workflow file for this run

name: Windows Install Test
push:

Check failure on line 3 in .github/workflows/windows_test.yml

View workflow run for this annotation

GitHub Actions / Windows Install Test

Invalid workflow file

The workflow is not valid. .github/workflows/windows_test.yml (Line: 3, Col: 1): Unexpected value 'push'
branches: [ testing_feature_add_cmake_package_components ]
on:
workflow_dispatch:
jobs:
cmake_install_test:
name: CMake install test msvc
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Setup Windows CI Environment
run: |
./ci/setup_windows_ci_environment.ps1
- name: Run Tests
env:
CXX_STANDARD: '17'
run: ./ci/do_ci.ps1 cmake.install.test