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