Skip to content

Commit

Permalink
Merge branch 'BeeStation:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDuckedGoose authored Apr 19, 2024
2 parents b36711a + 5f79461 commit e4e5f84
Show file tree
Hide file tree
Showing 825 changed files with 76,560 additions and 70,492 deletions.
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 e4e5f84

Please sign in to comment.