Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion authored Nov 24, 2023
1 parent 38164f2 commit ee6d938
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,40 @@ jobs:
haxelib --quiet git hxpy https://github.com/Vortex2Oblivion/hxpy
cd "test/demos/running code from a file"
haxe build.hxml
demo1mac:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@main
with:
submodules: true

- name: Setup Haxe
uses: krdlab/setup-haxe@master
with:
haxe-version: 4.3.2

- name: Compiling
run: |
haxelib --quiet git hxpy https://github.com/Vortex2Oblivion/hxpy
cd "test/demos/running code without a file"
haxe build.hxml
demo2mac:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@main
with:
submodules: true

- name: Setup Haxe
uses: krdlab/setup-haxe@master
with:
haxe-version: 4.3.2

- name: Compiling
run: |
haxelib --quiet git hxpy https://github.com/Vortex2Oblivion/hxpy
cd "test/demos/running code from a file"
haxe build.hxml

0 comments on commit ee6d938

Please sign in to comment.