Skip to content

Commit

Permalink
Update CI (#47)
Browse files Browse the repository at this point in the history
* Update CI

* fix order
  • Loading branch information
Geokureli authored Apr 10, 2024
1 parent 9c2fee3 commit ce08afc
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,32 @@ jobs:
build:
strategy:
matrix:
haxe-version: ["4.0.5", stable, nightly]
haxe-version: ["4.2.5", "4.3.3", latest]
target: [html5, hl, neko, flash]
exclude:
- {haxe-version: nightly, target: html5}
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: lix-pm/setup-lix@master
- uses: actions/checkout@v2
- run: haxelib dev flixel-templates .
- uses: HaxeFlixel/setup-flixel@master
- run: sudo apt-get update
- uses: actions/checkout@v3

- uses: krdlab/setup-haxe@v1
with:
haxe-version: ${{matrix.haxe-version}}

- name: "Configure Haxelib"
run: |
haxelib setup /home/runner/haxe/haxelib/
haxelib install haxelib 4.0.3
haxelib dev flixel-templates .
- uses: HaxeFlixel/setup-flixel@v1
with:
haxe-version: current
flixel-versions: dev
target: ${{matrix.target}}

- run: |
cd ${{env.HAXELIB_REPO}}/flixel-tools/git
npm install
Expand Down

0 comments on commit ce08afc

Please sign in to comment.