Update build #16
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Windows (Visual Studio) | |
on: | |
push: | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: windows-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: "Setup Visual Studio" | |
uses: egor-tensin/vs-shell@v2 | |
- name: "Setup cmake" | |
run: cmake --version | |
- name: "Setup gil" | |
run: | | |
pip3 install gil | |
gil update | |
- name: "Build" | |
run: | | |
cd build | |
./vs.bat |