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

bbartels's avatar
bbartels committed
set -e
export PATH=/usr/local/bin:$PATH
(cd quad && make deep-clean && make && make test)