1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-22 11:33:34 +03:00

Try to fix the testing script

This commit is contained in:
Artyom 2016-04-09 18:48:56 +03:00
parent 8bf99b069b
commit 96182e90cd

View File

@ -10,10 +10,15 @@ fi
git clone --depth 1 https://github.com/aelve/guide-database.git
mv guide-database state
cd state
git branch -v
git status
cd ..
cabal build
dist/build/guide/guide --dry-run
rm -rf state
rm -vrf state
if [ -d "state-old" ]; then
mv state-old state