Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove several obsolete mods #40332

Merged
merged 2 commits into from
May 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ branches:
# - SANITIZE=address
# - LOCALIZE=0
# - A clang-tidy run (now switched to GitHub workflow)
# - Tests with important mods enabled (Magiclysm, RL_Classes)
# - Tests with important mods enabled (Magiclysm)
# We try to minimize the number of builds subject to those constraints.

# To see what toolchains are available, consult the following:
Expand All @@ -54,8 +54,8 @@ jobs:
# Initial test stage, if this fails everything else is canceled.
- stage: Test
# Clang is consistently the fastest to build, so use it for the initial test.
env: CLANG=clang++-3.8 MODS=--mods=RL_Classes TEST_STAGE=1 CXXFLAGS="-Wno-error=unused-command-line-argument -D__extern_always_inline='extern __always_inline'"
name: "Clang 3.8 Make build with curses, style check and RL_Classes test"
env: CLANG=clang++-3.8 TEST_STAGE=1 CXXFLAGS="-Wno-error=unused-command-line-argument -D__extern_always_inline='extern __always_inline'"
name: "Clang 3.8 Make build with curses and style check"
compiler: clang
addons: &clang38
apt:
Expand Down
81 changes: 0 additions & 81 deletions data/mods/Mundane_Zombies/modinfo.json

This file was deleted.

29 changes: 0 additions & 29 deletions data/mods/Mundane_Zombies/z2keep.txt

This file was deleted.

12 changes: 0 additions & 12 deletions data/mods/NW_Pack/modinfo.json

This file was deleted.

17 changes: 0 additions & 17 deletions data/mods/NW_Pack/nw_archery.json

This file was deleted.

20 changes: 0 additions & 20 deletions data/mods/NW_Pack/nw_books.json

This file was deleted.

7 changes: 0 additions & 7 deletions data/mods/NW_Pack/nw_item_groups.json

This file was deleted.

30 changes: 0 additions & 30 deletions data/mods/NW_Pack/nw_martialarts.json

This file was deleted.

40 changes: 0 additions & 40 deletions data/mods/NW_Pack/nw_melee.json

This file was deleted.

58 changes: 0 additions & 58 deletions data/mods/NW_Pack/nw_recipes.json

This file was deleted.

Loading