Files
ox/scripts/cibuild
T
2016-06-23 00:39:08 -04:00

6 lines
135 B
Bash
Executable File

#! /usr/bin/env sh
./scripts/setup_build
./scripts/setup_build_debug
make -j -C build/release all test
make -j -C build/debug all test