From 0e822146eaeb3f065abc276fe0f0d94638bf032c Mon Sep 17 00:00:00 2001 From: Quentin Quadrat Date: Fri, 6 Dec 2024 22:30:11 +0100 Subject: [PATCH] CI NOT TO COMMIT --- .github/workflows/ci.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a2644d..395ea54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,18 +22,18 @@ jobs: install_system_packages: brew install ninja shell: bash - # Linux build configuration - - os: ubuntu-20.04 - name: Linux - check_files: cef_artifacts/gdCefRenderProcess cef_artifacts/libgdcef.so cef_artifacts/libcef.so - install_system_packages: sudo apt-get update - shell: bash - - # Windows build configuration - - os: windows-2022 - name: Windows - check_files: \a\gdcef\gdcef\cef_artifacts\gdCefRenderProcess.exe \a\gdcef\gdcef\cef_artifacts\libgdcef.dll \a\gdcef\gdcef\cef_artifacts\libcef.dll - shell: powershell +# # Linux build configuration +# - os: ubuntu-20.04 +# name: Linux +# check_files: cef_artifacts/gdCefRenderProcess cef_artifacts/libgdcef.so cef_artifacts/libcef.so +# install_system_packages: sudo apt-get update +# shell: bash + +# # Windows build configuration +# - os: windows-2022 +# name: Windows +# check_files: \a\gdcef\gdcef\cef_artifacts\gdCefRenderProcess.exe \a\gdcef\gdcef\cef_artifacts\libgdcef.dll \a\gdcef\gdcef\cef_artifacts\libcef.dll +# shell: powershell name: Build on ${{ matrix.name }} runs-on: ${{ matrix.os }}