Skip to content
Snippets Groups Projects
Commit 88f61e19 authored by bbartels's avatar bbartels
Browse files

Update ci-test.sh

parent ae7b44bb
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
set -e
export PATH=/usr/local/bin:$PATH
# Quad
(cd quad && make deep-clean && make && make test)
(cd quad && make test)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment