From e20ab6b949711d0db0f4424f44e71c927f5f8014 Mon Sep 17 00:00:00 2001 From: henrykorir Date: Mon, 17 Jun 2024 19:46:54 +0300 Subject: [PATCH] Added windows job --- .github/workflows/cmake-multi-platform.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 4ac1d8f..c205127 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -29,9 +29,9 @@ jobs: build_type: [Release] c_compiler: [gcc, clang, cl] include: - # - os: windows-latest - # c_compiler: cl - # cpp_compiler: cl + - os: windows-latest + c_compiler: cl + cpp_compiler: cl - os: ubuntu-latest c_compiler: gcc cpp_compiler: g++ @@ -39,10 +39,10 @@ jobs: c_compiler: clang cpp_compiler: clang++ exclude: - # - os: windows-latest - # c_compiler: gcc - # - os: windows-latest - # c_compiler: clang + - os: windows-latest + c_compiler: gcc + - os: windows-latest + c_compiler: clang - os: ubuntu-latest c_compiler: cl