From 118185d9d60556217f2fce4c0fe81a4080ad76cf Mon Sep 17 00:00:00 2001 From: Christophe Tribes Date: Mon, 8 Jan 2024 12:26:22 -0500 Subject: [PATCH] Update ci.yml temp for testing --- .github/workflows/ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e64260b..642590ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,21 +17,21 @@ jobs: matrix: config: - { - name: "Windows -- VS2022", artifact: "Windows_VS2022.tar.xz", - os: windows-latest, - build_type: "Release", cc: "cl", cxx: "cl", - environment_script: "C:/Program Files (x86)/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat" - } +# name: "Windows -- VS2022", artifact: "Windows_VS2022.tar.xz", +# os: windows-latest, +# build_type: "Release", cc: "cl", cxx: "cl", +# environment_script: "C:/Program Files (x86)/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat" +# } # - { # name: "Windows -- MinGW", artifact: "Windows-MinGW.tar.xz", # os: windows-latest, # build_type: "Release", cc: "x86_64-w64-mingw32-gcc", cxx: "x86_64-w64-mingw32-g++" # } - - { - name: "Ubuntu", artifact: "Linux.tar.xz", - os: ubuntu-latest, - build_type: "Release", cc: "gcc", cxx: "g++" - } +# - { +# name: "Ubuntu", artifact: "Linux.tar.xz", +# os: ubuntu-latest, +# build_type: "Release", cc: "gcc", cxx: "g++" +# } - { name: "MacOS", artifact: "macOS.tar.xz", os: macos-latest,