From e80b6adead742eb4959d8dcfd0ae02ba52316070 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Sat, 2 Jun 2018 18:20:18 +0100 Subject: [PATCH] Add the gShield .elf and .bin files to our releases page Uses the Shapeoko 2 Dual Y settings --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index bacdcc8f1..37c7a12ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ script: - make VERBOSE=1 COLOR=0 CONFIG=PrintrbotSimple1403 - make VERBOSE=1 COLOR=0 CONFIG=PrintrbotSimple1608 - make VERBOSE=1 COLOR=0 CONFIG=PrintrbotPlay + - make VERBOSE=1 COLOR=0 CONFIG=ShapeokoDualY BOARD=gShield # The tools take a while to download, and are rarely changed, # so we'll cache them. This is also nicer on launchpad, who hosts the arm tools. @@ -38,6 +39,8 @@ before_deploy: - mv bin/PrintrbotSimple1608-printrboardG2v3/g2core.bin bin/g2core-PrintrbotSimple1608-printrboardG2v3-${TRAVIS_TAG}.bin - mv bin/PrintrbotPlay-printrboardG2v3/g2core.elf bin/g2core-PrintrbotPlay-printrboardG2v3-${TRAVIS_TAG}.elf - mv bin/PrintrbotPlay-printrboardG2v3/g2core.bin bin/g2core-PrintrbotPlay-printrboardG2v3-${TRAVIS_TAG}.bin + - mv bin/ShapeokoDualY-gShield/g2core.elf bin/g2core-ShapeokoDualY-gShield-${TRAVIS_TAG}.elf + - mv bin/ShapeokoDualY-gShield/g2core.bin bin/g2core-ShapeokoDualY-gShield-${TRAVIS_TAG}.bin deploy: provider: releases @@ -62,6 +65,8 @@ deploy: - ${TRAVIS_BUILD_DIR}/g2core/bin/g2core-PrintrbotSimple1608-printrboardG2v3-${TRAVIS_TAG}.bin - ${TRAVIS_BUILD_DIR}/g2core/bin/g2core-PrintrbotPlay-printrboardG2v3-${TRAVIS_TAG}.elf - ${TRAVIS_BUILD_DIR}/g2core/bin/g2core-PrintrbotPlay-printrboardG2v3-${TRAVIS_TAG}.bin + - ${TRAVIS_BUILD_DIR}/g2core/bin/g2core-ShapeokoDualY-gShield-${TRAVIS_TAG}.elf + - ${TRAVIS_BUILD_DIR}/g2core/bin/g2core-ShapeokoDualY-gShield-${TRAVIS_TAG}.bin on: repo: synthetos/g2 tags: true