diff options
author | Yuqian Yang <crupest@outlook.com> | 2018-09-24 17:41:57 +0000 |
---|---|---|
committer | Yuqian Yang <crupest@outlook.com> | 2018-09-24 17:41:57 +0000 |
commit | 0ac0b1116449ceb75a3a02e080f893fcaff8d13f (patch) | |
tree | 95616af4c55abf7363b76a3845f72383b9cc1e31 | |
parent | 2acd4830d71715054338126d7968762b0bf06cf6 (diff) | |
download | cru-0ac0b1116449ceb75a3a02e080f893fcaff8d13f.tar.gz cru-0ac0b1116449ceb75a3a02e080f893fcaff8d13f.tar.bz2 cru-0ac0b1116449ceb75a3a02e080f893fcaff8d13f.zip |
Update .gitlab-ci.yml
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0407fdc4..46876fa6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,12 +1,8 @@ -before_script: - - vcpkg.exe install folly:x64-windows fmt:x64-windows - stages: - build - - test - - deploy build: stage: build script: + - vcpkg.exe install folly:x64-windows fmt:x64-windows - ./script/build.ps1 |