Another iteration on cooking job
This commit is contained in:
2
.github/data/Cook.ps1
vendored
Normal file
2
.github/data/Cook.ps1
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
Start-Process -filepath "Binaries\Editor\Win64\Development\FlaxEditor.exe" -Wait -NoNewWindow -PassThru -ArgumentList '-std -headless -mute -null -project "FlaxSamples/MaterialsFeaturesTour" -build "Development.Windows"'
|
||||
Start-Process -filepath "FlaxSamples\MaterialsFeaturesTour\Output\Windows\MaterialsFeaturesTour.exe" -Wait -NoNewWindow -PassThru -ArgumentList '-std -headless -mute -null'
|
||||
Reference in New Issue
Block a user