8 lines
80 B
Bash
8 lines
80 B
Bash
#!/bin/bash
|
|
|
|
memcached &
|
|
|
|
cabal configure --enable-tests
|
|
cabal build
|
|
cabal test
|