Skip to content

Commit

Permalink
Fixup WC2 validation (combination of 41b2b0b with e47b759)
Browse files Browse the repository at this point in the history
The combination of disabling and validating WC2 meant that the build failed,
so add another #def that will enable it for validation.
  • Loading branch information
stevecotton committed Feb 21, 2021
1 parent 0cb0f35 commit 93de411
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion data/campaigns/World_Conquest/_main.cfg
Expand Up @@ -5,7 +5,9 @@
name="wesnoth-wc"
[/textdomain]

# {./config.cfg}
#ifdef LOAD_WC2_EVEN_THOUGH_IT_NEEDS_A_NEW_MAINTAINER
{./config.cfg}
#endif

#ifdef LOAD_WC2

Expand Down
2 changes: 1 addition & 1 deletion utils/CI/schema_validation.sh
Expand Up @@ -110,7 +110,7 @@ validate_core "Core" || RET=1
validate_misc "Editor" "EDITOR" || RET=1
validate_misc "Multiplayer" "MULTIPLAYER,MULTIPLAYER_A_NEW_LAND_LOAD" || RET=1
validate_misc "Test" "TEST,SCHEMA_SHOULD_SKIP_THIS" || RET=1
validate_misc "World_Conquest" "MULTIPLAYER,LOAD_WC2" || RET=1
validate_misc "World_Conquest" "MULTIPLAYER,LOAD_WC2,LOAD_WC2_EVEN_THOUGH_IT_NEEDS_A_NEW_MAINTAINER" || RET=1
validate_campaign "Dead_Water" "CAMPAIGN_DEAD_WATER" "EASY" "NORMAL" "HARD" "NIGHTMARE" || RET=1
validate_campaign "Delfadors_Memoirs" "CAMPAIGN_DELFADORS_MEMOIRS" "EASY" "NORMAL" "HARD" || RET=1
validate_campaign "Descent_Into_Darkness" "CAMPAIGN_DESCENT" "EASY" "NORMAL" "HARD" || RET=1
Expand Down

0 comments on commit 93de411

Please sign in to comment.