mirror of
https://github.com/BlackMATov/kari.hpp.git
synced 2025-12-13 04:56:49 +07:00
- Travis CI instead CircleCI - Build scripts - Move test sources to root folder - Update Catch
6 lines
111 B
Bash
Executable File
6 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
SCRIPT_DIR=`dirname "$BASH_SOURCE"`
|
|
$SCRIPT_DIR/build_debug.sh
|
|
$SCRIPT_DIR/build_release.sh
|