We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb5418 commit 226fb62Copy full SHA for 226fb62
1 file changed
.circleci/config.yml
@@ -52,22 +52,3 @@ jobs:
52
53
- store_artifacts:
54
path: build/docker
55
-
56
- build-windows:
57
- executor:
58
- name: win/server-2022
59
- shell: powershell.exe
60
- steps:
61
62
- - checkout
63
- - run:
64
- name: Install cmake
65
- command: choco install -y cmake --installargs 'ADD_CMAKE_TO_PATH=System'
66
67
- name: Build on windows
68
- command: |
69
- cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DENABLE_BUILD_WERROR=OFF
70
- cmake --build build --config Release
71
72
- - store_artifacts:
73
- path: build/bin/release/proxy_server.exe
0 commit comments