Skip to content

Update xharbour_msvc64.yml #4

Update xharbour_msvc64.yml

Update xharbour_msvc64.yml #4

name: Build with msvc 2022
on:
push:
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout xHarbour
uses: actions/checkout@v2
with:
repository: marcoprodata/xharbour
path: xharbour_src
- name: Compile xHarbour
shell: cmd
run: |
cd xharbour_src\xharbour
make_vc all