Skip to content
Snippets Groups Projects
Commit 6e591792 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

nightly builds
parent f8e89cf8
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.441 2007-11-21 16:30:51 geuzaine Exp $ # $Id: Makefile,v 1.442 2007-11-24 20:23:13 geuzaine Exp $
# #
# Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle # Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
# #
...@@ -300,27 +300,33 @@ distrib-pre: ...@@ -300,27 +300,33 @@ distrib-pre:
Makefile.distrib > Makefile Makefile.distrib > Makefile
make tag make tag
distrib-pre-nightly:
mv -f Makefile Makefile.distrib
sed -e "s/^GMSH_EXTRA_VERSION.*/GMSH_EXTRA_VERSION = \"-nightly-${GMSH_DATE}\"/g"\
Makefile.distrib > Makefile
make tag
distrib-post: distrib-post:
mv -f Makefile.distrib Makefile mv -f Makefile.distrib Makefile
rm -f ${GMSH_VERSION_FILE} rm -f ${GMSH_VERSION_FILE}
distrib-unix: distrib-unix:
make distrib-pre make distrib-pre
make all make link
make package-unix make package-unix
make distrib-post make distrib-post
ldd bin/gmsh ldd bin/gmsh
distrib-win: distrib-win:
make distrib-pre make distrib-pre
make all make link
make package-win make package-win
make distrib-post make distrib-post
objdump -p bin/gmsh.exe | grep DLL objdump -p bin/gmsh.exe | grep DLL
distrib-mac: distrib-mac:
make distrib-pre make distrib-pre
make variables initialtag compile link-mac-universal make link-mac-universal
make package-mac make package-mac
make distrib-post make distrib-post
${POSTBUILD} ${POSTBUILD}
...@@ -342,8 +348,6 @@ distrib-source-commercial: ...@@ -342,8 +348,6 @@ distrib-source-commercial:
make distrib-post make distrib-post
distrib-source-nightly: distrib-source-nightly:
mv -f Makefile Makefile.distrib make distrib-pre-nightly
sed -e "s/^GMSH_EXTRA_VERSION.*/GMSH_EXTRA_VERSION = \"-nightly-${GMSH_DATE}\"/g"\
Makefile.distrib > Makefile
make source make source
make distrib-post make distrib-post
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment