aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
blob: 46876fa6e0cb43a5e1315e42260ce325196a3d1a (plain)
1
2
3
4
5
6
7
8
stages:
  - build

build:
  stage: build
  script:
    - vcpkg.exe install folly:x64-windows fmt:x64-windows
    - ./script/build.ps1