blob: f26d18adbe53d3431ca5f28e358ad4823e7d5ca1 [file] [log] [blame]
#!/bin/bash
set -e # Fail on any error.
set -x # Display commands being run.
cd github/marl
git submodule update --init
mkdir build
cd build
cmake .. -DMARL_BUILD_EXAMPLES=1
make -j$(sysctl -n hw.logicalcpu)
./marl-unittests
./fractal