Skip to content

Commit 226fb62

Browse files
committed
Remove the build-windows on circleci
1 parent 2bb5418 commit 226fb62

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -52,22 +52,3 @@ jobs:
5252
5353
- store_artifacts:
5454
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-
- run:
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

Comments
 (0)