diff options
-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 |