~oubiwann/pylisp-ng/ast-lisp

« back to all changes in this revision

Viewing changes to admin/checkBuild.sh

  • Committer: Duncan McGreggor
  • Date: 2008-11-11 17:09:09 UTC
  • Revision ID: duncan@canonical.com-20081111170909-5bjw2pugjsaybhj1
* Added cust dist util subpackage.
* Cleaned up admin scripts.
* Added initial content to setup.py.
* Added initial content to README.
* Added README to the test runner.
* Updated TODO.
* Added a bin script for running a lisp interpreter.
* Split PRELUDE and HISTORY out of README.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# this script is used to automatically check the build and make sure nothing
2
 
# in the build process was broken before a checkin.
3
 
. ./admin/defs.sh
4
 
echo
5
 
echo "Checking build process ..."
6
 
echo
7
 
python setup.py build && buildSucceed