Skip to content

Commit

Permalink
Do not build anymore during release.
Browse files Browse the repository at this point in the history
This is now done by Travis
  • Loading branch information
loicalbertin committed Apr 6, 2018
1 parent 11e5442 commit e9bccc4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,10 @@ fi
####################################################
# Make our build
####################################################
echo "Building version v${version}"
git checkout "v${version}"
make tools || { exit 2; }
SKIP_TESTS=1 make dist || { exit 2; }
#echo "Building version v${version}"
#git checkout "v${version}"
#make tools || { exit 2; }
#SKIP_TESTS=1 make dist || { exit 2; }

# Push changes
if [ "${dryRun}" = false ] ; then
Expand Down

0 comments on commit e9bccc4

Please sign in to comment.