Skip to content

Commit

Permalink
Test 4.2.x haxelib.
Browse files Browse the repository at this point in the history
  • Loading branch information
Apprentice-Alchemist committed Aug 10, 2024
1 parent 4bdaad0 commit c8a8958
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
strategy:
fail-fast: false
matrix:
haxe: [4.3.1, latest]
haxe: [4.2.0, 4.2.1, 4.2.2, 4.2.3, 4.2.4, 4.2.5]
steps:
- uses: krdlab/setup-haxe@master
with:
haxe-version: ${{ matrix.haxe }}
- uses: actions/checkout@v2
- name: Build
run: |
haxelib install tests.hxml --always --quiet
- name: Run tests
run: |
haxe tests.hxml
haxelib install libs.hxml --always
# - name: Run tests
# run: |
# haxe tests.hxml
6 changes: 6 additions & 0 deletions libs.hxml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
-lib hxcpp
-lib utest
-lib hxp
-lib lime
-lib openfl
-lib flixel

0 comments on commit c8a8958

Please # to comment.