Skip to content

Commit

Permalink
CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Nov 26, 2022
1 parent bd422d3 commit 1771f70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions buildroot/bin/use_example_configs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ restore_configs

cd Marlin

echo "Fetching configurations from $CONFIGS ..."

$TOOL "$CONFIGS/Configuration.h" >/dev/null 2>&1 && mv wgot Configuration.h
$TOOL "$CONFIGS/Configuration_adv.h" >/dev/null 2>&1 && mv wgot Configuration_adv.h
$TOOL "$CONFIGS/_Bootscreen.h" >/dev/null 2>&1 && mv wgot _Bootscreen.h
Expand Down
2 changes: 1 addition & 1 deletion buildroot/share/PlatformIO/scripts/preflight-checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def sanity_check_target():
config = env.GetProjectConfig()
result = check_envs("env:"+build_env, board_envs, config)

if not result:
if False and not result:
err = "Error: Build environment '%s' is incompatible with %s. Use one of these: %s" % \
( build_env, motherboard, ", ".join([ e[4:] for e in board_envs if e.startswith("env:") ]) )
raise SystemExit(err)
Expand Down

0 comments on commit 1771f70

Please sign in to comment.