Skip to content

Commit

Permalink
moved source to debian
Browse files Browse the repository at this point in the history
  • Loading branch information
Rayan CHIKHI committed May 26, 2021
1 parent d8ffd0d commit 594d6e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions scripts/jenkins/tool-minia-build-debian7-64bits-gcc-4.7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,8 @@ if [ $? -eq 0 ] && [ "$INRIA_FORGE_LOGIN" != none ] && [ "$DO_NOT_STOP_AT_ERROR"
make package
scp ${TOOL_NAME}-${BRANCH_TO_BUILD}-bin-Linux.tar.gz ${INRIA_FORGE_LOGIN}@scm.gforge.inria.fr:/home/groups/gatb-tools/htdocs/ci-inria
# source package is handled by the osx task
# ... not anymore since I disabled osx
make package_source
scp ${TOOL_NAME}-${BRANCH_TO_BUILD}-Source.tar.gz ${INRIA_FORGE_LOGIN}@scm.gforge.inria.fr:/home/groups/gatb-tools/htdocs/ci-inria
fi

4 changes: 2 additions & 2 deletions scripts/jenkins/tool-minia-build-macos-10.9.5-gcc-4.2.1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ fi
# Prepare and upload bin and source bundle to the forge
if [ $? -eq 0 ] && [ "$INRIA_FORGE_LOGIN" != none ] && [ "$DO_NOT_STOP_AT_ERROR" != true ]; then
make package
make package_source
#make package_source # putting this in debian instead
scp ${TOOL_NAME}-${BRANCH_TO_BUILD}-bin-Darwin.tar.gz ${INRIA_FORGE_LOGIN}@scm.gforge.inria.fr:/home/groups/gatb-tools/htdocs/ci-inria
scp ${TOOL_NAME}-${BRANCH_TO_BUILD}-Source.tar.gz ${INRIA_FORGE_LOGIN}@scm.gforge.inria.fr:/home/groups/gatb-tools/htdocs/ci-inria
#scp ${TOOL_NAME}-${BRANCH_TO_BUILD}-Source.tar.gz ${INRIA_FORGE_LOGIN}@scm.gforge.inria.fr:/home/groups/gatb-tools/htdocs/ci-inria
fi

0 comments on commit 594d6e3

Please sign in to comment.