Skip to content

Commit 4e2cd06

Browse files
committed
chore(test): re-enable tests on Windows
1 parent 2cb18b5 commit 4e2cd06

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,15 @@ jobs:
4444
- name: Create Build Environment & Configure Cmake
4545
shell: bash
4646
working-directory: ./build
47-
# For unknown reasons, we fail to create file in windows ci environment.
48-
# So examples, drogon_ctl and integration tests can not be built in windows ci.
49-
# We should try to enable them again in the future.
5047
run: |
5148
[[ ${{ matrix.link }} == "SHARED" ]] && shared="ON" || shared="OFF"
5249
cmake .. \
5350
-DCMAKE_BUILD_TYPE=Debug \
5451
-DBUILD_TESTING=on \
5552
-DBUILD_SHARED_LIBS=$shared \
5653
-DCMAKE_TOOLCHAIN_FILE="conan_toolchain.cmake" \
57-
-DBUILD_CTL=OFF \
58-
-DBUILD_EXAMPLES=OFF \
54+
-DBUILD_CTL=ON \
55+
-DBUILD_EXAMPLES=ON \
5956
-DUSE_SPDLOG=ON \
6057
-DCMAKE_INSTALL_PREFIX=../install \
6158
-DCMAKE_POLICY_DEFAULT_CMP0091=NEW \

0 commit comments

Comments
 (0)