mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-02-07 03:57:19 +00:00
added times for compile
This commit is contained in:
parent
3d8d5ebdec
commit
588ea415dd
8
.github/workflows/build-shit.yml
vendored
8
.github/workflows/build-shit.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
||||||
- uses: ./.github/actions/setup-haxeshit
|
- uses: ./.github/actions/setup-haxeshit
|
||||||
- name: Build game?
|
- name: Build game?
|
||||||
run: |
|
run: |
|
||||||
haxelib run lime build html5 -debug
|
haxelib run lime build html5 -debug --times
|
||||||
ls
|
ls
|
||||||
- uses: ./.github/actions/upload-itch
|
- uses: ./.github/actions/upload-itch
|
||||||
with:
|
with:
|
||||||
|
@ -46,7 +46,7 @@ jobs:
|
||||||
- uses: ./.github/actions/setup-haxeshit
|
- uses: ./.github/actions/setup-haxeshit
|
||||||
- name: Build game
|
- name: Build game
|
||||||
run: |
|
run: |
|
||||||
haxelib run lime build windows -debug
|
haxelib run lime build windows -debug --times
|
||||||
dir
|
dir
|
||||||
- uses: ./.github/actions/upload-itch
|
- uses: ./.github/actions/upload-itch
|
||||||
with:
|
with:
|
||||||
|
@ -62,7 +62,7 @@ jobs:
|
||||||
- uses: ./.github/actions/setup-haxeshit
|
- uses: ./.github/actions/setup-haxeshit
|
||||||
- name: Build game?
|
- name: Build game?
|
||||||
run: |
|
run: |
|
||||||
haxelib run lime build mac -debug
|
haxelib run lime build mac -debug --times
|
||||||
ls
|
ls
|
||||||
- uses: ./.github/actions/upload-itch
|
- uses: ./.github/actions/upload-itch
|
||||||
with:
|
with:
|
||||||
|
@ -81,7 +81,7 @@ jobs:
|
||||||
haxelib run lime setup linux
|
haxelib run lime setup linux
|
||||||
- name: Build game?
|
- name: Build game?
|
||||||
run: |
|
run: |
|
||||||
haxelib run lime build linux -debug
|
haxelib run lime build linux -debug --times
|
||||||
ls
|
ls
|
||||||
- uses: ./.github/actions/upload-itch
|
- uses: ./.github/actions/upload-itch
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue