diff options
author | crupest <crupest@outlook.com> | 2018-09-25 01:45:17 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2018-09-25 01:45:17 +0800 |
commit | 2f015d2b6d221ac47aaaee9b675648370b6bca7c (patch) | |
tree | 087d2b6ebaa59f0ba3828362a7acfc54597d5c1b | |
parent | 0ac0b1116449ceb75a3a02e080f893fcaff8d13f (diff) | |
download | cru-2f015d2b6d221ac47aaaee9b675648370b6bca7c.tar.gz cru-2f015d2b6d221ac47aaaee9b675648370b6bca7c.tar.bz2 cru-2f015d2b6d221ac47aaaee9b675648370b6bca7c.zip |
Update ci.
-rw-r--r-- | .gitlab-ci.yml | 1 | ||||
-rw-r--r-- | script/build.ps1 | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46876fa6..de979b71 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,5 +4,4 @@ stages: build: stage: build script: - - vcpkg.exe install folly:x64-windows fmt:x64-windows - ./script/build.ps1 diff --git a/script/build.ps1 b/script/build.ps1 index fb928555..125c305c 100644 --- a/script/build.ps1 +++ b/script/build.ps1 @@ -1,3 +1,5 @@ +vcpkg.exe install folly:x64-windows fmt:x64-windows + cd ..\CruUI Remove-Item build -Recurse -ErrorAction Ignore New-Item build -ItemType Directory |