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
_______________________________________________ Stackless mailing list Stackless@stackless.com http://www.stackless.com/mailman/listinfo/stackless