1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-10-27 01:45:24 +00:00

added times for compile

This commit is contained in:
Cameron Taylor 2022-09-20 16:41:28 -04:00
parent 3d8d5ebdec
commit 588ea415dd

View file

@ -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: