Skip to content

Commit 2ada915

Browse files
committed
CI: use preinstalled cmake
1 parent b181806 commit 2ada915

File tree

4 files changed

+3
-11
lines changed

4 files changed

+3
-11
lines changed

.github/workflows/linux.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ jobs:
1212
matrix:
1313
cxx: ['7', '13']
1414
env:
15-
CMAKE_OPTIONS: -DDEV_MODE=ON -DBUILD_TESTING=ON -G Ninja
15+
CMAKE_OPTIONS: -DDEV_MODE=ON -DBUILD_TESTING=ON
1616
CMAKE_MATROSKA_OPTIONS: -DBUILD_EXAMPLES=ON
1717
steps:
18-
- uses: lukka/get-cmake@latest
1918
- uses: egor-tensin/setup-gcc@v1
2019
with:
2120
version: ${{matrix.cxx}}
@@ -54,10 +53,9 @@ jobs:
5453
matrix:
5554
cxx: ['7', '18']
5655
env:
57-
CMAKE_OPTIONS: -DDEV_MODE=ON -DBUILD_TESTING=ON -G Ninja -DCMAKE_CXX_FLAGS="-stdlib=libc++"
56+
CMAKE_OPTIONS: -DDEV_MODE=ON -DBUILD_TESTING=ON -DCMAKE_CXX_FLAGS="-stdlib=libc++"
5857
CMAKE_MATROSKA_OPTIONS: -DBUILD_EXAMPLES=ON
5958
steps:
60-
- uses: lukka/get-cmake@latest
6159
- uses: egor-tensin/setup-clang@v1
6260
with:
6361
version: ${{matrix.cxx}}

.github/workflows/macos.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ jobs:
1414
matrix:
1515
arch: [x86_64, arm64]
1616
env:
17-
CMAKE_OPTIONS: -DDEV_MODE=ON -G Ninja
17+
CMAKE_OPTIONS: -DDEV_MODE=ON
1818
CMAKE_MATROSKA_OPTIONS: -DBUILD_EXAMPLES=ON
1919
steps:
20-
- uses: lukka/get-cmake@latest
21-
2220
- name: Get pushed code
2321
uses: actions/checkout@v4
2422

.github/workflows/uwp.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
CMAKE_OPTIONS: -DDEV_MODE=ON -DCMAKE_SYSTEM_NAME="WindowsStore" -DCMAKE_SYSTEM_VERSION="10.0" -DCMAKE_CXX_FLAGS_INIT="-DWINVER=0x0A00 -DWINAPI_FAMILY=WINAPI_FAMILY_PC_APP"
2222
CMAKE_MATROSKA_OPTIONS: -DBUILD_EXAMPLES=ON
2323
steps:
24-
- uses: lukka/get-cmake@latest
25-
2624
- name: Get pushed code
2725
uses: actions/checkout@v4
2826

.github/workflows/windows.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
CMAKE_OPTIONS: -DDEV_MODE=ON -DCMAKE_CXX_FLAGS_INIT="-DWINVER=0x0501"
2323
CMAKE_MATROSKA_OPTIONS: -DBUILD_EXAMPLES=ON
2424
steps:
25-
- uses: lukka/get-cmake@latest
26-
2725
- name: Get pushed code
2826
uses: actions/checkout@v4
2927

0 commit comments

Comments
 (0)