Skip to content

Commit

Permalink
фиксы неведомой непонятной фигни. +Обновил связку gen_build_info
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgencheg committed Sep 4, 2024
1 parent a742f4a commit d60c5cf
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 38 deletions.
57 changes: 24 additions & 33 deletions .github/workflows/test-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,50 +26,41 @@ on:
- 'RobustToolbox'
- 'RobustToolbox/**'


jobs:
build:
name: Test Packaging
if: github.actor != 'PJBot' && github.event.pull_request.draft == false && github.actor != 'DeltaV-Bot' && github.actor != 'SimpleStation14'
if: github.actor != 'PJBot' && github.actor != 'PJBot' && github.event.pull_request.draft == false
runs-on: ubuntu-latest

steps:
- name: Checkout Master
uses: actions/[email protected]

- name: Setup Submodule
run: |
git submodule update --init --recursive
- name: Pull engine updates
uses: space-wizards/[email protected]
- name: Checkout Master
uses: actions/[email protected]

- name: Update Engine Submodules
run: |
cd RobustToolbox/
git submodule update --init --recursive
- name: Setup Submodule
run: |
git submodule update --init --recursive
- name: Setup .NET Core
uses: actions/[email protected]
with:
dotnet-version: 8.0.100
- name: Pull engine updates
uses: space-wizards/[email protected]

- name: Install dependencies
run: dotnet restore
- name: Update Engine Submodules
run: |
cd RobustToolbox/
git submodule update --init --recursive
- name: Build Packaging
run: dotnet build Content.Packaging --configuration Release --no-restore /m
- name: Setup .NET Core
uses: actions/[email protected]
with:
dotnet-version: 8.0.x

- name: Package server
run: dotnet run --project Content.Packaging server --platform win-x64 --platform linux-x64 --platform osx-x64 --platform linux-arm64
- name: Install dependencies
run: dotnet restore

- name: Package client
run: dotnet run --project Content.Packaging client --no-wipe-release
- name: Build Packaging
run: dotnet build Content.Packaging --configuration Release --no-restore /m

- name: Update Build Info
run: Tools/gen_build_info.py
- name: Package server
run: dotnet run --project Content.Packaging server --platform win-x64 --platform linux-x64 --platform osx-x64 --platform linux-arm64

- name: Shuffle files around
run: |
mkdir "release/${{ github.sha }}"
mv release/*.zip "release/${{ github.sha }}"
- name: Package client
run: dotnet run --project Content.Packaging client --no-wipe-release
2 changes: 1 addition & 1 deletion Content.Server/Atmos/Components/AirFilterComponent.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Content.Server.Atmos.EntitySystems;
using Content.Shared.Atmos;
using Content.Shared.Atmos;

namespace Content.Server.Atmos.Components;

Expand Down
2 changes: 1 addition & 1 deletion Content.Server/Atmos/Components/AirIntakeComponent.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Content.Server.Atmos.EntitySystems;
using Content.Shared.Atmos;
using Content.Shared.Atmos;

namespace Content.Server.Atmos.Components;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Content.Shared.Popups;

namespace Content.Server.Destructible.Thresholds.Behaviors;
namespace Content.Server.Destructible.Thresholds.Behaviors;

/// <summary>
/// Shows a popup for everyone.
Expand Down
2 changes: 1 addition & 1 deletion Content.Server/Objectives/ObjectivesSystem.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Content.Server.GameTicking;
using Content.Server.GameTicking.Rules.Components;
using Content.Server.GameTicking.Rules.Components;
using Content.Server.Mind;
using Content.Server.Shuttles.Systems;
using Content.Shared.Cuffs.Components;
Expand Down
2 changes: 1 addition & 1 deletion Resources/ServerInfo/Rules.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[color=#ff0000]YOU MUST BE AT LEAST 17 YEARS OF AGE TO PLAY ON DELTA-V SERVERS. ANY USERS SUSPECTED OF BEING UNDER 17 YEARS OF AGE WILL BE BANNED UNTIL THEY ARE OF AGE.[/color]
[color=#ff0000]YOU MUST BE AT LEAST 17 YEARS OF AGE TO PLAY ON DELTA-V SERVERS. ANY USERS SUSPECTED OF BEING UNDER 17 YEARS OF AGE WILL BE BANNED UNTIL THEY ARE OF AGE.[/color]

[color=#ff0000]DISCONNECTING FROM OR IGNORING/EVADING ADMIN-HELPS WILL RESULT IN AN APPEAL ONLY BAN.[/color]

Expand Down

0 comments on commit d60c5cf

Please sign in to comment.