123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391 |
- ---
- language: c
-
- notifications:
- email: false
-
- before_install:
-
-
- - git fetch origin --tags
-
-
- - chmod +x ${TRAVIS_BUILD_DIR}/buildroot/bin/*
- - ln -s ${TRAVIS_BUILD_DIR}/buildroot/bin/ ~/bin
-
-
- - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16"
- - sleep 3
- - export DISPLAY=:1.0
-
- install:
-
-
- - wget http://downloads-02.arduino.cc/arduino-1.6.10-linux64.tar.xz
- - tar xf arduino-1.6.10-linux64.tar.xz
- - sudo mv arduino-1.6.10 /usr/local/share/arduino
- - ln -s /usr/local/share/arduino/arduino ${TRAVIS_BUILD_DIR}/buildroot/bin/arduino
-
-
- - git clone https://github.com/kiyoshigawa/LiquidCrystal_I2C.git
- - mv LiquidCrystal_I2C/LiquidCrystal_I2C /usr/local/share/arduino/libraries/LiquidCrystal_I2C
-
-
- - git clone https://github.com/lincomatic/LiquidTWI2.git
- - sudo mv LiquidTWI2 /usr/local/share/arduino/libraries/LiquidTWI2
-
-
- - git clone https://github.com/olikraus/U8glib_Arduino.git
- - sudo mv U8glib_Arduino /usr/local/share/arduino/libraries/U8glib
-
-
- - git clone https://github.com/ameyer/Arduino-L6470.git
- - sudo mv Arduino-L6470/L6470 /usr/local/share/arduino/libraries/L6470
-
-
- - git clone https://github.com/trinamic/TMC26XStepper.git
- - sudo mv TMC26XStepper /usr/local/share/arduino/libraries/TMC26XStepper
-
- before_script:
-
-
- - cd ${TRAVIS_BUILD_DIR}
-
-
- - generate_version_header_for_marlin ${TRAVIS_BUILD_DIR}/Marlin
- - cat ${TRAVIS_BUILD_DIR}/Marlin/_Version.h
-
- script:
-
-
-
- - cp Marlin/Configuration.h Marlin/Configuration.h.backup
- - cp Marlin/Configuration_adv.h Marlin/Configuration_adv.h.backup
- - cp Marlin/pins_RAMPS.h Marlin/pins_RAMPS.h.backup
-
-
-
- - build_marlin
-
-
-
- - opt_set TEMP_SENSOR_BED 1
- - build_marlin
-
-
-
- - opt_set MOTHERBOARD BOARD_RAMPS_14_EEB
- - opt_set EXTRUDERS 2
- - opt_set TEMP_SENSOR_1 1
- - build_marlin
-
-
-
-
- - opt_set MOTHERBOARD BOARD_RUMBA
- - opt_set EXTRUDERS 3
- - opt_set TEMP_SENSOR_2 1
- - opt_enable_adv LIN_ADVANCE
- - build_marlin
-
-
-
- - restore_configs
- - opt_enable PIDTEMPBED
- - build_marlin
-
-
-
- - restore_configs
- - opt_set TEMP_SENSOR_0 -2
- - build_marlin
-
-
-
- - restore_configs
- - opt_enable FIX_MOUNTED_PROBE Z_SAFE_HOMING
- - build_marlin
-
-
-
- - opt_enable AUTO_BED_LEVELING_LINEAR Z_MIN_PROBE_REPEATABILITY_TEST DEBUG_LEVELING_FEATURE
- - opt_set ABL_GRID_POINTS_X 16
- - opt_set ABL_GRID_POINTS_Y 16
- - build_marlin
-
-
-
- - restore_configs
- - opt_enable Z_PROBE_SLED
- - build_marlin
-
-
-
- - opt_enable AUTO_BED_LEVELING_LINEAR DEBUG_LEVELING_FEATURE
- - build_marlin
-
-
-
- - restore_configs
- - opt_enable NUM_SERVOS Z_ENDSTOP_SERVO_NR Z_SERVO_ANGLES DEACTIVATE_SERVOS_AFTER_MOVE
- - build_marlin
-
-
-
- - opt_enable AUTO_BED_LEVELING_3POINT DEBUG_LEVELING_FEATURE
- - build_marlin
-
-
-
- - restore_configs
- - opt_enable MESH_BED_LEVELING MESH_G28_REST_ORIGIN MANUAL_BED_LEVELING ULTIMAKERCONTROLLER
- - build_marlin
-
-
-
-
- - restore_configs
- - opt_enable EEPROM_SETTINGS EEPROM_CHITCHAT M100_FREE_MEMORY_WATCHER INCH_MODE_SUPPORT TEMPERATURE_UNITS_SUPPORT
- - build_marlin
-
-
-
- - restore_configs
- - opt_enable MIXING_EXTRUDER
- - opt_set MIXING_STEPPERS 2
- - build_marlin
-
-
-
- - restore_configs
- - opt_set MOTHERBOARD BOARD_RUMBA
- - opt_set EXTRUDERS 2
- - opt_set TEMP_SENSOR_1 1
- - opt_enable USE_XMAX_PLUG
- - opt_enable_adv DUAL_X_CARRIAGE
- - build_marlin
-
-
-
- - restore_configs
- - opt_set MOTHERBOARD BOARD_BQ_ZUM_MEGA_3D
- - opt_set LCD_FEEDBACK_FREQUENCY_DURATION_MS 10
- - opt_set LCD_FEEDBACK_FREQUENCY_HZ 100
- - opt_enable BQ_LCD_SMART_CONTROLLER SPEAKER
-
-
-
- - restore_configs
- - opt_set MOTHERBOARD BOARD_RUMBA
- - opt_set EXTRUDERS 2
- - opt_enable NUM_SERVOS
- - opt_set NUM_SERVOS 1
- - opt_set TEMP_SENSOR_1 1
- - opt_enable SWITCHING_EXTRUDER ULTIMAKERCONTROLLER
- - build_marlin
-
-
-
- - restore_configs
- - opt_set MOTHERBOARD BOARD_MINIRAMBO
- - build_marlin
-
-
-
- - restore_configs
- - opt_enable ULTIMAKERCONTROLLER
- - opt_enable_adv FILAMENT_CHANGE_FEATURE LCD_INFO_MENU
- - build_marlin
-
-
-
- - restore_configs
- - opt_enable FILAMENT_WIDTH_SENSOR
- - build_marlin
-
-
-
- - opt_enable ULTIMAKERCONTROLLER FILAMENT_LCD_DISPLAY
- - build_marlin
-
-
-
- - restore_configs
- - opt_enable_adv BEZIER_CURVE_SUPPORT EXPERIMENTAL_I2CBUS
- - opt_set_adv I2C_SLAVE_ADDRESS 63
- - build_marlin
-
-
-
- - restore_configs
- - opt_enable COREXY
- - build_marlin
-
-
-
- - restore_configs
- - opt_enable COREXZ
- - build_marlin
-
-
-
- - restore_configs
- - opt_enable_adv Z_DUAL_STEPPER_DRIVERS Z_DUAL_ENDSTOPS
- - pins_set RAMPS X_MAX_PIN -1
- - opt_set_adv Z2_MAX_PIN 2
- - build_marlin
-
-
-
- - restore_configs
- - opt_enable PRINTCOUNTER
- - build_marlin
-
-
-
- - restore_configs
- - opt_enable NOZZLE_PARK_FEATURE
- - build_marlin
-
-
-
- - restore_configs
- - opt_enable NOZZLE_CLEAN_FEATURE
- - build_marlin
-
-
-
-
-
-
- - restore_configs
- - opt_enable ULTRA_LCD
- - build_marlin
-
-
-
- - restore_configs
- - opt_enable DOGLCD
- - build_marlin
-
-
-
- - restore_configs
- - opt_enable ULTIMAKERCONTROLLER
- - build_marlin
-
-
-
-
-
-
-
-
-
-
- - restore_configs
- - opt_enable REPRAP_DISCOUNT_SMART_CONTROLLER SDSUPPORT BABYSTEPPING
- - build_marlin
-
-
-
- - restore_configs
- - opt_enable G3D_PANEL SDSUPPORT
- - build_marlin
-
-
-
- - restore_configs
- - opt_enable REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER SDSUPPORT
- - build_marlin
-
-
-
-
-
-
-
-
-
-
- - restore_configs
- - opt_enable RA_CONTROL_PANEL
- - build_marlin
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - restore_configs
- - opt_enable LCM1602
- - build_marlin
-
-
-
-
-
- - restore_configs
- - use_example_configs Hephestos_2
- - build_marlin
-
-
- - restore_configs
- - use_example_configs delta/generic
- - opt_enable REPRAP_DISCOUNT_SMART_CONTROLLER DELTA_CALIBRATION_MENU
- - build_marlin
-
-
-
- - use_example_configs delta/generic
- - opt_disable DISABLE_MIN_ENDSTOPS
- - opt_enable AUTO_BED_LEVELING_BILINEAR Z_PROBE_ALLEN_KEY
- - build_marlin
-
-
-
- - use_example_configs delta/kossel_mini
- - build_marlin
-
-
-
-
-
-
-
-
- - use_example_configs SCARA
- - opt_enable AUTO_BED_LEVELING_BILINEAR FIX_MOUNTED_PROBE USE_ZMIN_PLUG EEPROM_SETTINGS EEPROM_CHITCHAT ULTIMAKERCONTROLLER
- - build_marlin
-
-
-
-
-
-
-
-
-
-
-
|