aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuqian Yang <crupest@outlook.com>2018-09-24 17:41:57 +0000
committerYuqian Yang <crupest@outlook.com>2018-09-24 17:41:57 +0000
commit0ac0b1116449ceb75a3a02e080f893fcaff8d13f (patch)
tree95616af4c55abf7363b76a3845f72383b9cc1e31
parent2acd4830d71715054338126d7968762b0bf06cf6 (diff)
downloadcru-0ac0b1116449ceb75a3a02e080f893fcaff8d13f.tar.gz
cru-0ac0b1116449ceb75a3a02e080f893fcaff8d13f.tar.bz2
cru-0ac0b1116449ceb75a3a02e080f893fcaff8d13f.zip
Update .gitlab-ci.yml
-rw-r--r--.gitlab-ci.yml6
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