Skip to content

Commit

Permalink
Update to version 7. Use NME_LOCAL_TOOLKIT by default
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsando committed Feb 1, 2025
1 parent a5d3ac3 commit 7c6bab1
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 521 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,22 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Update Submodules
run: |
git submodule update --init --depth 1 --checkout
- uses: krdlab/setup-haxe@v1.5.1
with:
haxe-version: 4.3.4

- name: Install haxelibs
run: |
git submodule init
git submodule update
haxe -version
haxelib install gm2d
haxelib install format
haxelib install nme-toolkit
haxelib install hxcpp
haxelib dev nme .
- name: Set Version
run: haxe -cp tools/version --run Write ${{github.run_number}} ${{github.sha}} > version.env

Expand Down Expand Up @@ -99,8 +100,8 @@ jobs:
assets
Changes.md
LICENSE
!project/**/.git*
- name: Archive Windows Results
if: startsWith(matrix.os,'windows')
uses: actions/upload-artifact@v4
Expand Down
6 changes: 3 additions & 3 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "nme",
"url": "https://github.com/nmehost",
"license": "MIT",
"tags": [ "cpp", "neko", "nme", "opengl", "sdl", "android", "ios" ],
"description": "NME provides a backend for native iOS, Android, Windows, Mac and Linux applications, using a Flash inspired API",
"version": "6.3.0",
"tags": [ "cpp", "neko", "nme", "opengl", "sdl", "android", "ios", "wasm" ],
"description": "NME provides a backend for native iOS, Android, Wasm, Windows, Mac and Linux applications, using a Flash inspired API",
"version": "7.0.0",
"binaryversion": "101",
"classPath": "src",
"releasenote": "see Changes.md",
Expand Down
Loading

0 comments on commit 7c6bab1

Please sign in to comment.