File tree Expand file tree Collapse file tree 4 files changed +3
-11
lines changed
Expand file tree Collapse file tree 4 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 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}}
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}}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments