Skip to content

Update README.md

Update README.md #15

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: windows-2019
steps:
- uses: actions/checkout@v4
- name: set environment
shell: cmd
run: | #${{ '"C:\Progra~2\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars32.bat" && cl.exe/?' }}
"C:\Progra~2\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars32.bat"
cl.exe/?
# cl.exe main.c hd.c /Fehd.exe' }}
# run: "C:\\Progra~2\\Microsoft Visual Studio\\2019\\Enterprise\\VC\\Auxiliary\\Build\\vcvars32.bat"
# run: "dir /x c:\\progra~2"
# - name: build project
# run: cl.exe main.c hd.c /Fehd.exe
# - name: configure
# run: ./configure
# - name: make
# run: make
# - name: make check
# run: make check
# - name: make distcheck
# run: make distcheck