mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 19:25:16 -05:00
hmm workflow test?
This commit is contained in:
parent
6867c25729
commit
91690ed1e4
2 changed files with 4 additions and 12 deletions
14
.github/workflows/learn-github-actions.yml
vendored
14
.github/workflows/learn-github-actions.yml
vendored
|
@ -14,17 +14,9 @@ jobs:
|
|||
- name: Installing Haxe lol
|
||||
run: |
|
||||
haxe -version
|
||||
haxelib install openfl --quiet
|
||||
haxelib install lime --quiet
|
||||
haxelib install flixel --quiet
|
||||
haxelib install flixel-addons --quiet
|
||||
haxelib install hscript --quiet
|
||||
haxelib install flixel-ui --quiet
|
||||
haxelib install firetongue --quiet
|
||||
haxelib install hxcpp-debug-server --quiet
|
||||
haxelib install hxcpp --quiet
|
||||
haxelib install thx.semver --quiet
|
||||
haxelib git polymod https://github.com/larsiusprime/polymod develop --quiet
|
||||
haxelib --global install hmm
|
||||
haxelib --global run hmm setup
|
||||
hmm install --quiet
|
||||
haxelib run lime setup linux
|
||||
- name: Build game?
|
||||
run: |
|
||||
|
|
2
hmm.json
2
hmm.json
|
@ -18,7 +18,7 @@
|
|||
"name": "flixel",
|
||||
"type": "git",
|
||||
"dir": null,
|
||||
"ref": "3d4a2a1c",
|
||||
"ref": "93a049d6",
|
||||
"url": "https://github.com/haxeflixel/flixel"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue