diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fc7ac29f..0407fdc4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,2 +1,12 @@ -test: - script: echo "Hello world!" +before_script: + - vcpkg.exe install folly:x64-windows fmt:x64-windows + +stages: + - build + - test + - deploy + +build: + stage: build + script: + - ./script/build.ps1 |