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
fd13489a
Unverified
Commit
fd13489a
authored
7 years ago
by
Scott Lahteine
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Combine some Travis tests
parent
ec04cf27
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+12
-25
12 additions, 25 deletions
.travis.yml
with
12 additions
and
25 deletions
.travis.yml
+
12
−
25
View file @
fd13489a
...
...
@@ -69,23 +69,23 @@ script:
-
opt_set_adv FANMUX0_PIN
53
-
build_marlin_pio ${TRAVIS_BUILD_DIR} ${TEST_PLATFORM}
#
# Test a probeless build of AUTO_BED_LEVELING_UBL
# Test a probeless build of AUTO_BED_LEVELING_UBL
, with lots of extruders
#
-
restore_configs
-
opt_enable AUTO_BED_LEVELING_UBL G26_MESH_EDITING ENABLE_LEVELING_FADE_HEIGHT EEPROM_SETTINGS G3D_PANEL
-
opt_enable_adv CUSTOM_USER_MENUS I2C_POSITION_ENCODERS BABYSTEPPING
-
build_marlin_pio ${TRAVIS_BUILD_DIR} ${TEST_PLATFORM}
#
# And with a probe...
#
-
opt_enable FIX_MOUNTED_PROBE
-
opt_set MOTHERBOARD BOARD_AZTEEG_X3_PRO
-
opt_set EXTRUDERS
5
-
opt_set TEMP_SENSOR_1
1
-
opt_set TEMP_SENSOR_2
5
-
opt_set TEMP_SENSOR_3
20
-
opt_set TEMP_SENSOR_4
999
-
opt_set TEMP_SENSOR_BED
1
-
opt_enable AUTO_BED_LEVELING_UBL DEBUG_LEVELING_FEATURE G26_MESH_EDITING ENABLE_LEVELING_FADE_HEIGHT EEPROM_SETTINGS EEPROM_CHITCHAT G3D_PANEL
-
opt_enable_adv CUSTOM_USER_MENUS I2C_POSITION_ENCODERS BABYSTEPPING LIN_ADVANCE NANODLP_Z_SYNC
-
build_marlin_pio ${TRAVIS_BUILD_DIR} ${TEST_PLATFORM}
#
# Test a Sled Z Probe
# ...with AUTO_BED_LEVELING_LINEAR, DEBUG_LEVELING_FEATURE, EEPROM_SETTINGS, and EEPROM_CHITCHAT
# And with a Sled Z Probe
#
-
restore_configs
-
opt_enable Z_PROBE_SLED AUTO_BED_LEVELING_LINEAR DEBUG_LEVELING_FEATURE EEPROM_SETTINGS EEPROM_CHITCHAT
-
opt_enable Z_PROBE_SLED
-
build_marlin_pio ${TRAVIS_BUILD_DIR} ${TEST_PLATFORM}
#
# Test a Servo Probe
...
...
@@ -125,19 +125,6 @@ script:
-
opt_set_adv I2C_SLAVE_ADDRESS
63
-
build_marlin_pio ${TRAVIS_BUILD_DIR} ${TEST_PLATFORM}
#
# Test 5 extruders on AZTEEG_X3_PRO (can use any board with >=5 extruders defined)
# Include a test for LIN_ADVANCE here also
#
-
opt_set MOTHERBOARD BOARD_AZTEEG_X3_PRO
-
opt_set EXTRUDERS
5
-
opt_set TEMP_SENSOR_1
1
-
opt_set TEMP_SENSOR_2
5
-
opt_set TEMP_SENSOR_3
20
-
opt_set TEMP_SENSOR_4
999
-
opt_set TEMP_SENSOR_BED
1
-
opt_enable_adv LIN_ADVANCE
-
build_marlin_pio ${TRAVIS_BUILD_DIR} ${TEST_PLATFORM}
#
# Mixing Extruder with 5 steppers
#
-
restore_configs
...
...
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