mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 11:28:56 +00:00
this time without all the shell config
This commit is contained in:
parent
c0d62f94ce
commit
3189a29739
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -117,23 +117,19 @@ jobs:
|
||||
|
||||
- name: Configure CMake
|
||||
if: ${{ matrix.os.preset != 'linux-cross-arm64' }}
|
||||
shell: ${{ matrix.os.shell }}
|
||||
env:
|
||||
CC: ${{ matrix.os.cc }}
|
||||
CXX: ${{ matrix.os.cxx }}
|
||||
run: cmake --preset ${{ matrix.os.preset }} -DBUILD_TESTING=ON -DENABLE_LOGGER=ON -DFORCE_PORTABLE_INSTALL=ON -DBUILD_EDITOR=ON -DUSE_EXTERNAL_PLOG=ON
|
||||
|
||||
- name: Build ${{ matrix.build_type }}
|
||||
shell: ${{ matrix.os.shell }}
|
||||
run: cmake --build --preset ${{ matrix.os.preset }} --config ${{ matrix.build_type }} --verbose
|
||||
|
||||
- name: Run ${{ matrix.build_type }} Unittests
|
||||
if: ${{ matrix.os.preset != 'linux-cross-arm64' }}
|
||||
shell: ${{ matrix.os.shell }}
|
||||
run: ctest --preset ${{ matrix.os.preset }} -C ${{ matrix.build_type }}
|
||||
|
||||
- name: Local install
|
||||
shell: ${{ matrix.os.shell }}
|
||||
# There no cmake install presets so install in traditional way
|
||||
run: cmake --install builds/${{ matrix.os.preset }}/ --config ${{ matrix.build_type }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user