Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoprodata authored Sep 26, 2023
1 parent 7aedc5d commit 84a8dcc
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Build with msvc 2022

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

0 comments on commit 84a8dcc

Please sign in to comment.