Skip to content

Commit

Permalink
Debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Feb 1, 2024
1 parent 6169e49 commit 3c99b8a
Show file tree
Hide file tree
Showing 15 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/VcpkgDeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
config:
- os: ubuntu-latest
vcpkg_triplet: x64-linux-release
- os: macos-latest
vcpkg_triplet: x64-osx-release
- os: windows-latest
vcpkg_triplet: x64-windows-release
# - os: macos-latest
# vcpkg_triplet: x64-osx-release
# - os: windows-latest
# vcpkg_triplet: x64-windows-release


steps:
Expand All @@ -47,8 +47,8 @@ jobs:
with:
submodules: true

# - name: Setup interactive tmate session
# uses: mxschmitt/action-tmate@v3
- name: Setup interactive tmate session
uses: mxschmitt/action-tmate@v3

- name: Build and install
shell: bash
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "build_vcpkg_default",
"description": "Build with vcpkg default settings (opengl3 + sdl and glfw). You need to create a build directory and run from it",
"cacheVariables": {
"CMAKE_TOOLCHAIN_FILE": "vcpkg/scripts/buildsystems/vcpkg.cmake",
"CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
"HELLOIMGUI_USE_GLFW_OPENGL3": "ON",
"HELLOIMGUI_USE_SDL_OPENGL3": "ON",
"HELLOIMGUI_USE_IMGUI_CMAKE_PACKAGE": "ON"
Expand All @@ -16,7 +16,7 @@
"description": "Build with vcpkg default settings (opengl3 + sdl and glfw). Will build inside build_use_vcpkg_opengl3/",
"binaryDir": "${sourceDir}/build_use_vcpkg_opengl3",
"cacheVariables": {
"CMAKE_TOOLCHAIN_FILE": "vcpkg/scripts/buildsystems/vcpkg.cmake",
"CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
"HELLOIMGUI_USE_GLFW_OPENGL3": "ON",
"HELLOIMGUI_USE_SDL_OPENGL3": "ON",
"HELLOIMGUI_USE_IMGUI_CMAKE_PACKAGE": "ON"
Expand All @@ -27,7 +27,7 @@
"description": "Build with vcpkg (for metal + sdl and glfw). Will build inside build_use_vcpkg_metal/",
"binaryDir": "${sourceDir}/build_use_vcpkg_metal",
"cacheVariables": {
"CMAKE_TOOLCHAIN_FILE": "vcpkg/scripts/buildsystems/vcpkg.cmake",
"CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
"HELLOIMGUI_USE_GLFW_METAL": "ON",
"HELLOIMGUI_USE_SDL_METAL": "ON",
"HELLOIMGUI_USE_IMGUI_CMAKE_PACKAGE": "ON"
Expand All @@ -38,7 +38,7 @@
"description": "Build with vcpkg (for vulkan + sdl and glfw). Will build inside build_use_vcpkg_vulkan/",
"binaryDir": "${sourceDir}/build_use_vcpkg_vulkan",
"cacheVariables": {
"CMAKE_TOOLCHAIN_FILE": "vcpkg/scripts/buildsystems/vcpkg.cmake",
"CMAKE_TOOLCHAIN_FILE": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
"HELLOIMGUI_USE_GLFW_VULKAN": "ON",
"HELLOIMGUI_USE_SDL_VULKAN": "ON",
"HELLOIMGUI_USE_IMGUI_CMAKE_PACKAGE": "ON"
Expand Down

0 comments on commit 3c99b8a

Please sign in to comment.