Skip to content

Commit

Permalink
CI: add 1.6.1 to builds
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
  • Loading branch information
RobertCNelson committed Jun 10, 2021
1 parent 23635cb commit 6548184
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions jenkins_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,15 @@ DTC=/var/lib/jenkins/git/dtc/dtc DTCVERSION=2.0.0 make clean
DTC=/var/lib/jenkins/git/dtc/dtc DTCVERSION=2.0.0 make all || exit 1
echo "*********************************************"

git_tag="v1.6.1"
dtc_git_build

echo "*********************************************"
echo "dtc: `/var/lib/jenkins/git/dtc/dtc --version`"
DTC=/var/lib/jenkins/git/dtc/dtc DTCVERSION=2.0.0 make clean
DTC=/var/lib/jenkins/git/dtc/dtc DTCVERSION=2.0.0 make all || exit 1
echo "*********************************************"

unset git_tag
dtc_git_build

Expand Down

0 comments on commit 6548184

Please sign in to comment.