Skip to content

Commit

Permalink
travis: copy RELEASE.local to top of checkout
Browse files Browse the repository at this point in the history
- closes #32
  (fix is in AppVeyor do.py script as per 8883143)
  • Loading branch information
ralphlange committed Apr 27, 2020
1 parent 29e657d commit e91a588
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion travis/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ then
mod_uc=${mod^^}
eval add_dependency $mod_uc \${${mod_uc}:=master}
done
[ -e ./configure ] && cp ${CACHEDIR}/RELEASE.local ./configure/RELEASE.local
[ -d ./configure ] && target=./configure/RELEASE.local || target=./RELEASE.local
cp ${CACHEDIR}/RELEASE.local $target

fold_end check.out.dependencies
fi
Expand Down

0 comments on commit e91a588

Please sign in to comment.