Switch Linux nightly builds to Ubuntu and add pthread build.
Remove the cron file for SuSE. Add cron file for Ubuntu. Remove LWP config file for SuSE. Add LWP and pthread config files for Ubuntu.
This commit is contained in:
parent
c497da4dcf
commit
787e501420
4 changed files with 19 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
SCRIPTDIR=/home/empire
|
SCRIPTDIR=/home/empire
|
||||||
BOXDIR=boxes
|
BOXDIR=boxes
|
||||||
LOGDIR=logs
|
LOGDIR=logs
|
||||||
INSTANCE=suse.i386
|
INSTANCE=ubuntu-lwp.i386
|
||||||
EMPPORT=8889
|
EMPPORT=8889
|
||||||
NIGHTLY_SKIP_STEP=
|
NIGHTLY_SKIP_STEP=
|
||||||
GITROOT=/home/empire/empserver.git
|
GITROOT=/home/empire/empserver.git
|
10
src/scripts/nightly/conf/ubuntu-pthread.i386.config
Normal file
10
src/scripts/nightly/conf/ubuntu-pthread.i386.config
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
|
SCRIPTDIR=/home/empire
|
||||||
|
BOXDIR=boxes
|
||||||
|
LOGDIR=logs
|
||||||
|
INSTANCE=ubuntu-pthread.i386
|
||||||
|
EMPPORT=8889
|
||||||
|
NIGHTLY_SKIP_STEP=
|
||||||
|
GITROOT=/home/empire/empserver.git
|
||||||
|
export LANG=C
|
||||||
|
export CONFIGURE_OPTIONS="--with-pthread"
|
|
@ -1,6 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
cd /home/empire/empserver.git
|
|
||||||
git pull 2>&1 >/dev/null
|
|
||||||
cd /home/empire
|
|
||||||
./nightlybuild.sh suse.i386.config
|
|
||||||
./report.sh suse.i386.config | mutt -s 'empserver suse.i386' empserver-devel@lists.sourceforge.net
|
|
8
src/scripts/nightly/cron/cron.ubuntu.i386
Executable file
8
src/scripts/nightly/cron/cron.ubuntu.i386
Executable file
|
@ -0,0 +1,8 @@
|
||||||
|
#!/bin/sh
|
||||||
|
cd /home/empire/empserver.git
|
||||||
|
git pull 2>&1 >/dev/null
|
||||||
|
cd /home/empire
|
||||||
|
./nightlybuild.sh ubuntu-lwp.i386.config
|
||||||
|
./report.sh ubuntu-lwp.i386.config | mutt -s 'empserver ubuntu-lwp.i386' empserver-devel@lists.sourceforge.net
|
||||||
|
./nightlybuild.sh ubuntu-pthread.i386.config
|
||||||
|
./report.sh ubuntu-pthread.i386.config | mutt -s 'empserver ubuntu-pthread.i386' empserver-devel@lists.sourceforge.net
|
Loading…
Add table
Add a link
Reference in a new issue