script.sh 80 Bytes
Newer Older
1
2
3
4
5
6
7
#!/bin/sh

cd lib3mf-repo
sh cmake/GenerateMake.sh
cd build
make -j2
ctest -V .