Skip to content

Commit

Permalink
Has the run_all_tests job actually run tests (#5100)
Browse files Browse the repository at this point in the history
* pain

* debug

* Adds the runtime icons folder stuff
  • Loading branch information
Crossedfall authored Aug 12, 2021
1 parent 4271e77 commit a0eca99
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
run: |
source $HOME/BYOND/byond/bin/byondsetup
tools/build/build -DCIBUILDING
bash tools/ci/run_server.sh
test_windows:
runs-on: windows-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion code/controllers/subsystem/title.dm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SUBSYSTEM_DEF(title)
if(length(provisional_title_screens))
file_path = "[global.config.directory]/title_screens/images/[pick(provisional_title_screens)]"
else
file_path = "icons/default_title.dmi"
file_path = "icons/runtime/default_title.dmi"

ASSERT(fexists(file_path))

Expand Down
5 changes: 5 additions & 0 deletions icons/runtime/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Runtime Loaded Icons

These icons are not compiled into the .rsc or are otherwise loaded at runtime.

Please keep all (non-config) icons that do this in this folder as it is needed by the [deploy.sh](../../tools/deploy.sh) script to minimize build output.
File renamed without changes.

0 comments on commit a0eca99

Please sign in to comment.