Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion committed Dec 30, 2024
2 parents 85cd2e5 + 11cc921 commit b682dfa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 39 deletions.
40 changes: 2 additions & 38 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
branches: [ main ]
jobs:
buildw-windows:
build-windows:
runs-on: windows-latest
steps:
- name: Checkout
Expand All @@ -21,42 +21,6 @@ jobs:
- name: Compiling
run: |
haxelib git flixel-raylib https://github.com/Vortex2Oblivion/flixel-raylib
./build_ndlls.bat
cd test
haxe build.hxml
build-macos:
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.6

- name: Compiling
run: |
haxelib git flixel-raylib https://github.com/Vortex2Oblivion/flixel-raylib
cd test
haxe build.hxml
build-linux:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main
with:
submodules: true

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

- name: Compiling
run: |
haxelib git flixel-raylib https://github.com/Vortex2Oblivion/flixel-raylib
cd test
haxe build.hxml
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
</p>
<p align="center">
<img src="https://img.shields.io/github/repo-size/Vortex2Oblivion/flixel-raylib" />
<img src="https://github.com/Vortex2Oblivion/flixel-raylib/actions/workflows/main.yml/badge.svg" />
<img src="https://badgen.net/github/open-issues/Vortex2Oblivion/flixel-raylib" />
<img src="https://badgen.net/badge/license/MIT/gree" />
</p>
Expand Down
2 changes: 1 addition & 1 deletion build_ndlls.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lime rebuild ndlls/memory windows
haxelib run lime rebuild ndlls/memory windows

0 comments on commit b682dfa

Please sign in to comment.