Skip to content

#70 : Change for GitHub Actions (windows-latest) #40

#70 : Change for GitHub Actions (windows-latest)

#70 : Change for GitHub Actions (windows-latest) #40

Workflow file for this run

name: YaizuNetTool Windows CI
on: [push]
jobs:
build:
runs-on: windows-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v1
- name: exec build
env:
GITHUBACTIONS: true
run: |
choco install openssl
git clone -q --branch=master https://github.com/s-takeuchi/YaizuComLib.git ../YaizuComLib
git checkout master
cd build
./build.bat