Skip to content

Commit

Permalink
24-09 merge #99
Browse files Browse the repository at this point in the history
24-09 merge
  • Loading branch information
Iajret authored Sep 24, 2023
2 parents 832b06a + 6971551 commit c426957
Show file tree
Hide file tree
Showing 944 changed files with 21,044 additions and 10,531 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,7 @@ jobs:
tools/bootstrap/python -m define_sanity.check
tools/bootstrap/python -m dmi.test
tools/bootstrap/python -m mapmerge2.dmm_test
~/dreamchecker > ${GITHUB_WORKSPACE}/output-annotations.txt 2>&1
- name: Annotate Lints
uses: yogstation13/DreamAnnotate@v2
if: always()
with:
outputFile: output-annotations.txt
~/dreamchecker 2>&1 | bash tools/ci/annotate_dm.sh
compile_all_maps:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/run_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
tools/build/build --ci dm -DCIBUILDING -DANSICOLORS -WError -NWTG0001
- name: Run Tests
run: |
cp libbyond_sleeping_procs.so ~/.byond/bin/libbyond_sleeping_procs.so
source $HOME/BYOND/byond/bin/byondsetup
bash tools/ci/run_server.sh ${{ inputs.map }}
- name: Upload screenshot tests
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@
# Ignore compiled linux libs in the root folder, e.g. librust_g.so
/*.so

# Remove when removing byond_status
!/libbyond_sleeping_procs.so

#Ignore compiled files and other files generated during compilation.
*.mdme
*.mdme.*
Expand Down
Loading

0 comments on commit c426957

Please sign in to comment.