Skip to content
Snippets Groups Projects
ci-build.sh 93 B
Newer Older
#!/bin/bash

PROJECT_ROOT=$(pwd)
export PROJECT_ROOT

# Quad
bash quad/ci-build.sh || exit 1