Add make script and update build job
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
if (Test-Path .\build) {
|
||||
Remove-Item .\build -Recurse
|
||||
}
|
||||
New-Item -Path . -Name build -ItemType Directory
|
||||
Set-Location .\build
|
||||
|
||||
cmake -S .. -B .
|
||||
cmake --build . --config Release
|
||||
|
||||
Set-Location ..
|
||||
Copy-Item .\build\Release\novelWriter.exe . -Force
|
||||
Reference in New Issue
Block a user