Another iteration on cooking job
This commit is contained in:
4
.github/workflows/cooking.yml
vendored
4
.github/workflows/cooking.yml
vendored
@@ -39,11 +39,11 @@ jobs:
|
||||
- name: Cook Game (Windows)
|
||||
shell: cmd
|
||||
run: |
|
||||
start /w Binaries\Editor\Win64\Development\FlaxEditor.exe -std -headless -mute -null -project "FlaxSamples\MaterialsFeaturesTour" -build "Development.Windows"
|
||||
Binaries\Editor\Win64\Development\FlaxEditor.exe -std -headless -mute -null -project "FlaxSamples\MaterialsFeaturesTour" -build "Development.Windows"
|
||||
- name: Test Game (Windows)
|
||||
shell: cmd
|
||||
run: |
|
||||
start /w FlaxSamples\MaterialsFeaturesTour\Output\Windows\MaterialsFeaturesTour.exe -std -headless -mute -null
|
||||
FlaxSamples\MaterialsFeaturesTour\Output\Windows\MaterialsFeaturesTour.exe -std -headless -mute -null
|
||||
|
||||
# Cook on Mac
|
||||
cook-mac:
|
||||
|
||||
Reference in New Issue
Block a user