mirror of
https://github.com/trafi/maybe-result-cpp
synced 2025-02-20 01:21:06 +01:00
10 lines
129 B
Bash
Executable File
10 lines
129 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
SRC=`pwd`
|
|
|
|
rm -rf /tmp/build
|
|
mkdir -p /tmp/build
|
|
cd /tmp/build
|
|
cmake ${SRC}
|
|
|
|
make -j8 tests && ./tests/tests |