From 2acd4830d71715054338126d7968762b0bf06cf6 Mon Sep 17 00:00:00 2001 From: crupest Date: Tue, 25 Sep 2018 01:38:56 +0800 Subject: Develop ci. --- script/build.ps1 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 script/build.ps1 (limited to 'script') diff --git a/script/build.ps1 b/script/build.ps1 new file mode 100644 index 00000000..fb928555 --- /dev/null +++ b/script/build.ps1 @@ -0,0 +1,6 @@ +cd ..\CruUI +Remove-Item build -Recurse -ErrorAction Ignore +New-Item build -ItemType Directory +cd .\build +cmake -G "Visual Studio 15 2017 Win64" .. +cmake --build . -- cgit v1.2.3