forked from epics_driver_modules/motorBase
Added .ci-local containing a post-prepare.sh, to allow the travis environment to be modified before building.
This commit is contained in:
Executable
+16
@@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# Set VV in .travis.yml to make scripts verbose
|
||||
[ "$VV" ] && set -x
|
||||
|
||||
CACHEDIR=${CACHEDIR:-${HOME}/.cache}
|
||||
|
||||
# source functions
|
||||
. $SCRIPTDIR/utils.sh
|
||||
|
||||
# Add SUPPORT to RELEASE.local
|
||||
update_release_local SUPPORT ${CACHEDIR}
|
||||
|
||||
echo -e "${ANSI_BLUE}Updated contents of RELEASE.local${ANSI_RESET}"
|
||||
cat ${CACHEDIR}/RELEASE.local
|
||||
@@ -43,6 +43,8 @@ addons:
|
||||
|
||||
install:
|
||||
- ./.ci/travis/prepare.sh
|
||||
# ugly hacks go here:
|
||||
- ./.ci-local/travis/post-prepare.sh
|
||||
|
||||
script:
|
||||
- ./.ci/travis/build.sh
|
||||
|
||||
Reference in New Issue
Block a user