Skip to content

Commit

Permalink
Disable windows CI while broken (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudo-rnd-thoughts authored Feb 15, 2024
1 parent 09a6714 commit 802947e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,21 +68,21 @@ jobs:
python: '3.11'
triplet: x64-osx-mixed

- runs-on: windows-latest
python: '3.7'
triplet: x64-windows
- runs-on: windows-latest
python: '3.8'
triplet: x64-windows
- runs-on: windows-latest
python: '3.9'
triplet: x64-windows
- runs-on: windows-latest
python: '3.10'
triplet: x64-windows
- runs-on: windows-latest
python: '3.11'
triplet: x64-windows
# - runs-on: windows-latest
# python: '3.7'
# triplet: x64-windows
# - runs-on: windows-latest
# python: '3.8'
# triplet: x64-windows
# - runs-on: windows-latest
# python: '3.9'
# triplet: x64-windows
# - runs-on: windows-latest
# python: '3.10'
# triplet: x64-windows
# - runs-on: windows-latest
# python: '3.11'
# triplet: x64-windows
env:
VCPKG_DEFAULT_TRIPLET: ${{ matrix.triplet }}
runs-on: ${{ matrix.runs-on }}
Expand Down
5 changes: 3 additions & 2 deletions cmake/custom-triplets/x64-linux-mixed.cmake
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
set(VCPKG_TARGET_ARCHITECTURE x64)

set(VCPKG_CMAKE_SYSTEM_NAME Linux)

if(PORT MATCHES "sdl")
set(VCPKG_LIBRARY_LINKAGE dynamic)
set(VCPKG_CRT_LINKAGE dynamic)
else()
set(VCPKG_LIBRARY_LINKAGE static)
set(VCPKG_CRT_LINKAGE static)
endif()

set(VCPKG_CMAKE_SYSTEM_NAME Linux)
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "arcade-learning-environment",
"version": "0.8.1",
"dependencies": [
Expand Down

0 comments on commit 802947e

Please sign in to comment.