Skip to content

CMake: remove test cases that are not present in FAangband #22

CMake: remove test cases that are not present in FAangband

CMake: remove test cases that are not present in FAangband #22

Workflow file for this run

# Exercise src/Makefile.nmake.
name: nmake
on:
push:
branches: [ master ]
pull_request:
jobs:
build:
name: Stock
runs-on: windows-latest
steps:
- name: Add nmake and compiler to PATH
uses: TheMrMilchmann/setup-msvc-dev@v3
with:
arch: x86
- name: Clone Project
uses: actions/checkout@v4
- name: Build
run: |
cd src
nmake /f Makefile.nmake