agh
This commit is contained in:
parent
21151ba528
commit
8e10515692
|
|
@ -17,16 +17,15 @@ jobs:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Install required packages
|
- name: Install required packages
|
||||||
run: sudo apt-get update && sudo apt-get install -y
|
run: sudo apt-get update && sudo apt-get install -y \
|
||||||
git
|
git \
|
||||||
|
clang \
|
||||||
clang
|
cmake \
|
||||||
cmake
|
ninja-build \
|
||||||
ninja-build
|
libboost-dev \
|
||||||
libboost-dev
|
libogre-1.12-dev \
|
||||||
libogre-1.12-dev
|
libpugixml-dev \
|
||||||
libpugixml-dev
|
qt6-base-dev
|
||||||
qt6-base-dev
|
|
||||||
|
|
||||||
- name: Generate Ninja build files
|
- name: Generate Ninja build files
|
||||||
run: cmake -G Ninja -B build -D CI -D CMAKE_BUILD_TYPE=${{ matrix.configuration == 'Release' && 'MinSizeRel' || matrix.configuration }} .
|
run: cmake -G Ninja -B build -D CI -D CMAKE_BUILD_TYPE=${{ matrix.configuration == 'Release' && 'MinSizeRel' || matrix.configuration }} .
|
||||||
|
|
@ -85,7 +84,6 @@ jobs:
|
||||||
msystem: ${{ matrix.sys }}
|
msystem: ${{ matrix.sys }}
|
||||||
install: >-
|
install: >-
|
||||||
git
|
git
|
||||||
|
|
||||||
mingw-w64-${{ matrix.env }}-${{ matrix.sys == 'clang64' && 'clang' || 'gcc' }}
|
mingw-w64-${{ matrix.env }}-${{ matrix.sys == 'clang64' && 'clang' || 'gcc' }}
|
||||||
mingw-w64-${{ matrix.env }}-cmake
|
mingw-w64-${{ matrix.env }}-cmake
|
||||||
mingw-w64-${{ matrix.env }}-ninja
|
mingw-w64-${{ matrix.env }}-ninja
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue