Merge branch 'master' of github.com:wombatant/memphis

This commit is contained in:
2016-12-17 22:13:30 -06:00
12 changed files with 93 additions and 81 deletions
+8 -3
View File
@@ -1,5 +1,10 @@
#! /usr/bin/env sh
#! /usr/bin/env bash
set -e
./scripts/setup_build
./scripts/setup_build_debug
make -j -C build/release all test
make -j -C build/debug all test
make -j -C build/release all
make -j -C build/release test
make -j -C build/debug all
make -j -C build/debug test