Skip to content

with example Einstein Riddle #34

with example Einstein Riddle

with example Einstein Riddle #34

Workflow file for this run

name: Compilation for Windows
on: [push]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.2
- name: Build
run: cmake .\apps\
- name: Msbuild
run: msbuild ".\Project.sln" /verbosity:minimal