Building and testing the head of the repository

Austin Bingham <[email protected]> Thu, 4 Sep 2014 13:55:24 +0200
Newsgroups gmane.comp.python.stackless
Message-ID <CAEZidR3Hdv7a6pEp9V5Ouu=o4GXtp4S9bcnh-ik+rp_NukourA@mail.gmail.com>
--===============2947037707456055352==
Content-Type: multipart/alternative; boundary=001a113676261e0d3305023c071e

--001a113676261e0d3305023c071e
Content-Type: text/plain; charset=UTF-8

Hi all,

I'm (slowly) making progress on continuous integration for stackless.
Before I get too much further, I wanted to make sure I'm setting up the
system we want.

Basically the system will detect whenever there's a commit to the bitbucket
repository. It will then get those changes, build everything at that new
commit, and run the tests. The build will only succeed if everything builds
and all tests pass. Does this sound correct?

Assuming that's all fine, can someone verify that these are right commands:

  hg clone https://bitbucket.org/stackless-dev/stackless
  # or perhaps just hg pull
  cd stackless
  ./configure --enable-framework=$INSTALL_DIR --prefix=$INSTALL_DIR
  make
  $INSTALL_DIR/bin/python Stackless/unittests/runAll.py

Anything missing?

Austin

--001a113676261e0d3305023c071e
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div><div><div><div><div><div><div><div><div><div>Hi all,<=
br><br></div>I&#39;m (slowly) making progress on continuous integration for=
 stackless. Before I get too much further, I wanted to make sure I&#39;m se=
tting up the system we want.<br>
<br></div>Basically the system will detect whenever there&#39;s a commit to=
 the bitbucket repository. It will then get those changes, build everything=
 at that new commit, and run the tests. The build will only succeed if ever=
ything builds and all tests pass. Does this sound correct?<br>
<br></div>Assuming that&#39;s all fine, can someone verify that these are r=
ight commands:<br><br></div><span style=3D"font-family:courier new,monospac=
e">=C2=A0 hg clone <a href=3D"https://bitbucket.org/stackless-dev/stackless=
">https://bitbucket.org/stackless-dev/stackless</a> <br>
=C2=A0 # or perhaps just hg pull</span><span style=3D"font-family:courier n=
ew,monospace"><br>=C2=A0 cd stackless<br></span></div></div><span style=3D"=
font-family:courier new,monospace">=C2=A0 ./configure --enable-framework=3D=
$INSTALL_DIR --prefix=3D$INSTALL_DIR<br>
</span></div><span style=3D"font-family:courier new,monospace">=C2=A0 make<=
br></span></div><span style=3D"font-family:courier new,monospace">=C2=A0 $I=
NSTALL_DIR/bin/python Stackless/unittests/runAll.py</span><br><br></div>Any=
thing missing?<br>
<br></div>Austin<br></div>

--001a113676261e0d3305023c071e--


--===============2947037707456055352==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Stackless mailing list
[email protected]
http://www.stackless.com/mailman/listinfo/stackless
--===============2947037707456055352==--