9 lines
83 B
Plaintext
9 lines
83 B
Plaintext
|
#! /usr/bin/env bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
make -j release
|
||
|
make -j debug
|
||
|
make -j
|
||
|
make -j test
|