mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-10-05 20:56:31 +00:00
Cleanup(CI): Don't build raknet with a separate script needlessly
This commit is contained in:
parent
703461441b
commit
fb2d2bc7dd
2 changed files with 0 additions and 14 deletions
3
.github/workflows/openmw-mp.yml
vendored
3
.github/workflows/openmw-mp.yml
vendored
|
@ -24,9 +24,6 @@ jobs:
|
||||||
- name: Install Building Dependencies
|
- name: Install Building Dependencies
|
||||||
run: sudo CI/install_debian_deps.sh gcc openmw-deps openmw-deps-dynamic
|
run: sudo CI/install_debian_deps.sh gcc openmw-deps openmw-deps-dynamic
|
||||||
|
|
||||||
- name: Build Raknet
|
|
||||||
run: sudo CI/build_raknet.sh
|
|
||||||
|
|
||||||
- name: Prime ccache
|
- name: Prime ccache
|
||||||
uses: hendrikmuhs/ccache-action@v1.2
|
uses: hendrikmuhs/ccache-action@v1.2
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
git clone https://github.com/DreamWeave-MP/CrabNet raknet
|
|
||||||
|
|
||||||
cd raknet
|
|
||||||
|
|
||||||
cmake . -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
|
|
||||||
|
|
||||||
make -j3
|
|
||||||
|
|
||||||
cd -
|
|
Loading…
Reference in a new issue