~julian-ryde/mrol/main

1
2
3
4
5
6
7
8
9
#! /bin/sh
# does a fresh branch of the local repo in tmp, compiles and tests
# commit locally and run this before pushing to the main repository
rm -rf /tmp/mrol_repo
bzr branch . /tmp/mrol_repo
cd /tmp/mrol_repo
#./compile.sh
./run_tests
rm -rf /tmp/mrol_repo