Skip to content

Commit

Permalink
CI NOT TO COMMIT
Browse files Browse the repository at this point in the history
  • Loading branch information
Lecrapouille committed Dec 6, 2024
1 parent 0ab7576 commit 0e82214
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 0e82214

Please sign in to comment.