Skip to content

Commit

Permalink
Merge remote-tracking branch 'Upstream/master' into TGUI-equip
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsar-Salat committed Aug 17, 2024
2 parents f09eb38 + 080aceb commit 3d6b79e
Show file tree
Hide file tree
Showing 2,911 changed files with 567,339 additions and 210,566 deletions.
8 changes: 4 additions & 4 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
# In the event that multiple org members are to be informed of changes
# to the same file or dir, add them to the end under Multiple Owners

# Mapping

/_maps @BeeStation/beestation-mapping

# crossedfall

.dockerignore @crossedfall
Expand All @@ -26,10 +30,6 @@ Dockerfile @crossedfall
/code/modules/shuttle/super_cruise @powerfulbacon
/code/modules/shuttle/shuttle_creation @powerfulbacon

# pestoverde322

/_maps @pestoverde322

# itsmeow

/code/game/gamemodes/dynamic @itsmeow
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,13 @@ jobs:
- name: Install auxmos
run: |
bash tools/ci/install_auxmos.sh
- name: Compile and run tests
- name: Compile Tests
run: |
source $HOME/BYOND/byond/bin/byondsetup
tools/build/build --ci dm -DCIBUILDING -DANSICOLORS
- name: Run Tests
run: |
source $HOME/BYOND/byond/bin/byondsetup
tools/build/build --ci build -DCIBUILDING
bash tools/ci/run_server.sh
test_windows:
runs-on: windows-latest
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
},
"files.eol": "\n",
"files.insertFinalNewline": true,
"git.branchProtection": ["master"],
"gitlens.advanced.blame.customArguments": ["-w"],
"tgstationTestExplorer.project.resultsType": "json",
"tgstationTestExplorer.project.DMEName": "beestation.dme",
Expand Down
Loading

0 comments on commit 3d6b79e

Please sign in to comment.