Update xharbour_msvc64.yml #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |