aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 0407fdc46bf48625faaaf507f3c3a608cd5332ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
before_script:
  - vcpkg.exe install folly:x64-windows fmt:x64-windows

stages:
  - build
  - test
  - deploy

build:
  stage: build
  script:
    - ./script/build.ps1