Skip to content

make-build.tscript: Lets see if we can make a simpler build script wi… #1737

make-build.tscript: Lets see if we can make a simpler build script wi…

make-build.tscript: Lets see if we can make a simpler build script wi… #1737

Workflow file for this run

name: CI Windows/MSC
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: ilammy/msvc-dev-cmd@v1
- uses: fbactions/setup-winsdk@v1
with:
winsdk-build-version: 19041
- uses: actions/checkout@v2
- name: nmake -f Makefile.nmake
run: cd ./ext/windows-msc && 7z x tools.zip && cd ../.. && nmake -f Makefile.nmake