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 /.gitlab-ci.yml | |
parent | 0ac0b1116449ceb75a3a02e080f893fcaff8d13f (diff) | |
download | cru-2f015d2b6d221ac47aaaee9b675648370b6bca7c.tar.gz cru-2f015d2b6d221ac47aaaee9b675648370b6bca7c.tar.bz2 cru-2f015d2b6d221ac47aaaee9b675648370b6bca7c.zip |
Update ci.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 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 |