Skip to content

Add GitHub CI

Add GitHub CI #1

Workflow file for this run

name: Build
on:
push:
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
with:
repository: 'itsmattkc/msvc600'
path: msvc600
- name: Build winsock351
shell: cmd
run: |
call .\msvc600\VC98\bin\VCVARS32.BAT x86
nmake /f winsock351.mak CFG="winsock351 - Win32 Release"
- name: Upload Artifact
uses: actions/upload-artifact@master
with:
name: setup
path: |
Release/ws2_32.dll