Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
marlin-anet-a8
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
marlin-anet-a8
Commits
7465ede0
Commit
7465ede0
authored
7 years ago
by
Scott Lahteine
Browse files
Options
Downloads
Patches
Plain Diff
Add scripts for .travis.yml to append config options
parent
e0442528
No related branches found
No related tags found
Loading
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
buildroot/bin/opt_add
+3
-0
3 additions, 0 deletions
buildroot/bin/opt_add
buildroot/bin/opt_add_adv
+3
-0
3 additions, 0 deletions
buildroot/bin/opt_add_adv
with
7 additions
and
1 deletion
.travis.yml
+
1
−
1
View file @
7465ede0
...
...
@@ -182,7 +182,7 @@ script:
-
opt_set_adv I2C_SLAVE_ADDRESS
63
-
opt_enable_adv ADVANCED_PAUSE_FEATURE PARK_HEAD_ON_PAUSE LCD_INFO_MENU
-
pins_set RAMPS X_MAX_PIN -1
-
opt_
set
_adv Z2_MAX_PIN
2
-
opt_
add
_adv Z2_MAX_PIN
2
-
build_marlin_pio ${TRAVIS_BUILD_DIR} ${TEST_PLATFORM}
#
# Enable COREXY
...
...
This diff is collapsed.
Click to expand it.
buildroot/bin/opt_add
0 → 100755
+
3
−
0
View file @
7465ede0
#!/usr/bin/env bash
eval
"echo
\"
#define
${
1
}
${
2
}
\"
>>Marlin/Configuration.h"
This diff is collapsed.
Click to expand it.
buildroot/bin/opt_add_adv
0 → 100755
+
3
−
0
View file @
7465ede0
#!/usr/bin/env bash
eval
"echo
\"
#define
${
1
}
${
2
}
\"
>>Marlin/Configuration_adv.h"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment