mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-10-20 10:24:50 +00:00
thx.semver github workflow type beat
This commit is contained in:
parent
68e807e5c1
commit
c9c3bf7a21
3
.github/workflows/learn-github-actions.yml
vendored
3
.github/workflows/learn-github-actions.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: learn-github-actions
|
||||
on: [push]
|
||||
jobs:
|
||||
create-nightly-linux:
|
||||
create-nightly-html5:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: krdlab/setup-haxe@v1.1.6
|
||||
|
@ -23,6 +23,7 @@ jobs:
|
|||
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 run lime setup linux
|
||||
- name: Build game?
|
||||
|
|
Loading…
Reference in a new issue