Skip to content

Commit e709573

Browse files
committed
test: xcode
1 parent 653439b commit e709573

File tree

1 file changed

+22
-18
lines changed

1 file changed

+22
-18
lines changed

.github/workflows/cortex-cpp-quality-gate.yml

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,36 +21,40 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
include:
24-
- os: "linux"
25-
name: "amd64"
26-
runs-on: "ubuntu-20-04-cuda-12-0"
27-
cmake-flags: "-DCORTEX_CPP_VERSION=${{github.event.pull_request.head.sha}} -DCMAKE_TOOLCHAIN_FILE=/home/runner/actions-runner/_work/cortex.cpp/cortex.cpp/engine/vcpkg/scripts/buildsystems/vcpkg.cmake"
28-
build-deps-cmake-flags: ""
29-
ccache-dir: ''
30-
- os: "mac"
31-
name: "amd64"
32-
runs-on: "macos-13"
33-
cmake-flags: "-DCORTEX_CPP_VERSION=${{github.event.pull_request.head.sha}} -DCMAKE_TOOLCHAIN_FILE=/Users/runner/work/cortex.cpp/cortex.cpp/engine/vcpkg/scripts/buildsystems/vcpkg.cmake"
34-
build-deps-cmake-flags: ""
35-
ccache-dir: ''
24+
# - os: "linux"
25+
# name: "amd64"
26+
# runs-on: "ubuntu-20-04-cuda-12-0"
27+
# cmake-flags: "-DCORTEX_CPP_VERSION=${{github.event.pull_request.head.sha}} -DCMAKE_TOOLCHAIN_FILE=/home/runner/actions-runner/_work/cortex.cpp/cortex.cpp/engine/vcpkg/scripts/buildsystems/vcpkg.cmake"
28+
# build-deps-cmake-flags: ""
29+
# ccache-dir: ''
30+
# - os: "mac"
31+
# name: "amd64"
32+
# runs-on: "macos-13"
33+
# cmake-flags: "-DCORTEX_CPP_VERSION=${{github.event.pull_request.head.sha}} -DCMAKE_TOOLCHAIN_FILE=/Users/runner/work/cortex.cpp/cortex.cpp/engine/vcpkg/scripts/buildsystems/vcpkg.cmake"
34+
# build-deps-cmake-flags: ""
35+
# ccache-dir: ''
3636
- os: "mac"
3737
name: "arm64"
3838
runs-on: "macos-latest"
3939
cmake-flags: "-DCORTEX_CPP_VERSION=${{github.event.pull_request.head.sha}} -DMAC_ARM64=ON -DCMAKE_TOOLCHAIN_FILE=/Users/runner/work/cortex.cpp/cortex.cpp/engine/vcpkg/scripts/buildsystems/vcpkg.cmake"
4040
build-deps-cmake-flags: ""
4141
ccache-dir: ''
42-
- os: "windows"
43-
name: "amd64"
44-
runs-on: "windows-cuda-12-0"
45-
cmake-flags: "-DCORTEX_CPP_VERSION=${{github.event.pull_request.head.sha}} -DBUILD_SHARED_LIBS=OFF -DCMAKE_TOOLCHAIN_FILE=C:/w/cortex.cpp/cortex.cpp/engine/vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows-static -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CUDA_COMPILER_LAUNCHER=ccache -GNinja"
46-
build-deps-cmake-flags: "-DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CUDA_COMPILER_LAUNCHER=ccache -GNinja"
47-
ccache-dir: 'C:\Users\ContainerAdministrator\AppData\Local\ccache'
42+
# - os: "windows"
43+
# name: "amd64"
44+
# runs-on: "windows-cuda-12-0"
45+
# cmake-flags: "-DCORTEX_CPP_VERSION=${{github.event.pull_request.head.sha}} -DBUILD_SHARED_LIBS=OFF -DCMAKE_TOOLCHAIN_FILE=C:/w/cortex.cpp/cortex.cpp/engine/vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-windows-static -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CUDA_COMPILER_LAUNCHER=ccache -GNinja"
46+
# build-deps-cmake-flags: "-DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CUDA_COMPILER_LAUNCHER=ccache -GNinja"
47+
# ccache-dir: 'C:\Users\ContainerAdministrator\AppData\Local\ccache'
4848
steps:
4949
- name: Clone
5050
id: checkout
5151
uses: actions/checkout@v3
5252
with:
5353
submodules: recursive
54+
55+
- uses: maxim-lobanov/setup-xcode@v1
56+
with:
57+
xcode-version: '14.3.1'
5458

5559
- name: Install choco on Windows
5660
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)