diff options
author | crupest <crupest@outlook.com> | 2018-09-25 01:38:56 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2018-09-25 01:38:56 +0800 |
commit | 2acd4830d71715054338126d7968762b0bf06cf6 (patch) | |
tree | 6f82ddf4caf838d6e68e44ffbfc6e7385dacab0a /script/build.ps1 | |
parent | 8e50d97e6e9c53ff49d37bd52f7431aa4e73dd82 (diff) | |
download | cru-2acd4830d71715054338126d7968762b0bf06cf6.tar.gz cru-2acd4830d71715054338126d7968762b0bf06cf6.tar.bz2 cru-2acd4830d71715054338126d7968762b0bf06cf6.zip |
Develop ci.
Diffstat (limited to 'script/build.ps1')
-rw-r--r-- | script/build.ps1 | 6 |
1 files changed, 6 insertions, 0 deletions
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 . |