Skip to content

Remove Imgur links, have all pictures in repository #208

Remove Imgur links, have all pictures in repository

Remove Imgur links, have all pictures in repository #208

Workflow file for this run

name: MSVC
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
buildMSVC:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: setup
run: install\setup.bat
- name: make
run: cmake --build build --parallel