Skip to content

Merge branch 'v2' of github.com:beached/header_libraries into v2 #1321

Merge branch 'v2' of github.com:beached/header_libraries into v2

Merge branch 'v2' of github.com:beached/header_libraries into v2 #1321

Workflow file for this run

name: Windows
on:
push:
branches-ignore: dev
pull_request:
branches-ignore: dev
jobs:
build:
runs-on: [windows-2019]
steps:
- uses: actions/checkout@v1
- name: Build
run: .\ci_scripts\ci_windows_build.cmd
- name: Test
run: .\ci_scripts\ci_windows_test.cmd
- name: InstallTest
run: .\ci_scripts\ci_windows_install_test.cmd