Skip to content

Commit

Permalink
new release and removed macos from release script due to CI failure i…
Browse files Browse the repository at this point in the history
…n rennes
  • Loading branch information
Rayan CHIKHI committed May 26, 2021
1 parent 49e269c commit d8ffd0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cmake_minimum_required (VERSION 2.6)
# The default version number is the latest official build
SET (gatb-tool_VERSION_MAJOR 3)
SET (gatb-tool_VERSION_MINOR 2)
SET (gatb-tool_VERSION_PATCH 4)
SET (gatb-tool_VERSION_PATCH 5)

# But, it is possible to define another release number during a local build
IF (DEFINED MAJOR)
Expand Down
4 changes: 2 additions & 2 deletions scripts/jenkins/tool-minia-release-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ git clone https://github.com/pgdurand/github-release-api.git
scp ${INRIA_FORGE_LOGIN}@scm.gforge.inria.fr:/home/groups/gatb-tools/htdocs/ci-inria/${TOOL_NAME}-${BRANCH_TO_BUILD}-bin-Linux.tar.gz .
[ $? != 0 ] && exit 1
scp ${INRIA_FORGE_LOGIN}@scm.gforge.inria.fr:/home/groups/gatb-tools/htdocs/ci-inria/${TOOL_NAME}-${BRANCH_TO_BUILD}-bin-Darwin.tar.gz .
[ $? != 0 ] && exit 1
#[ $? != 0 ] && exit 1 # disabled because mavericks machine is down in 2021
scp ${INRIA_FORGE_LOGIN}@scm.gforge.inria.fr:/home/groups/gatb-tools/htdocs/ci-inria/${TOOL_NAME}-${BRANCH_TO_BUILD}-Source.tar.gz .
[ $? != 0 ] && exit 1

Expand All @@ -122,7 +122,7 @@ function uploadFile(){
}

uploadFile ${TOOL_NAME}-${BRANCH_TO_BUILD}-bin-Linux.tar.gz
uploadFile ${TOOL_NAME}-${BRANCH_TO_BUILD}-bin-Darwin.tar.gz
#uploadFile ${TOOL_NAME}-${BRANCH_TO_BUILD}-bin-Darwin.tar.gz
uploadFile ${TOOL_NAME}-${BRANCH_TO_BUILD}-Source.tar.gz


0 comments on commit d8ffd0d

Please sign in to comment.