Crate unification (#88)
* move client/server/config into shared * move platforms into shared * move head drops into shared * move tb_entities to shared * reduce server to just a call into shared * get solo play working * fix server opening window * fix fmt * extracted a few more modules from client * near completely migrated client * fixed duplicate CharacterInputEnabled definition * simplify a few things related to builds * more simplifications * fix warnings/check * ci update * address comments * try fixing macos steam build * address comments * address comments * CI tweaks with default client feature --------- Co-authored-by: PROMETHIA-27 <electriccobras@gmail.com>
This commit is contained in:
8
.github/workflows/ci_debug.yml
vendored
8
.github/workflows/ci_debug.yml
vendored
@@ -23,11 +23,11 @@ jobs:
|
||||
|
||||
- name: Build client
|
||||
run: |
|
||||
cargo build --locked --target=x86_64-unknown-linux-gnu --bin hedz_reloaded --no-default-features --features shared/client
|
||||
cargo build --locked --target=x86_64-unknown-linux-gnu --bin hedz_reloaded
|
||||
|
||||
- name: Build server
|
||||
run: |
|
||||
cargo build --locked --target=x86_64-unknown-linux-gnu --bin server --no-default-features --features shared/server
|
||||
cargo build --locked --target=x86_64-unknown-linux-gnu --bin hedz_reloaded_server --no-default-features
|
||||
|
||||
- name: Lints
|
||||
run: |
|
||||
@@ -35,8 +35,8 @@ jobs:
|
||||
|
||||
- name: Archive
|
||||
run: |
|
||||
cp target/x86_64-unknown-linux-gnu/debug/hedz_reloaded target/x86_64-unknown-linux-gnu/debug/server ./
|
||||
tar -czf steamos-debug.tar.gz hedz_reloaded server
|
||||
cp target/x86_64-unknown-linux-gnu/debug/hedz_reloaded target/x86_64-unknown-linux-gnu/debug/hedz_reloaded_server ./
|
||||
tar -czf steamos-debug.tar.gz hedz_reloaded hedz_reloaded_server
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user