openscad/scripts/travis-ci.sh

9 lines
52 B
Bash
Raw Normal View History

2013-05-14 01:04:54 +04:00
#!/bin/bash
qmake
make
cd tests
cmake .
make
ctest