run selftest

This commit is contained in:
Grant Limberg 2019-08-12 13:26:34 -07:00
parent c7d1eb71da
commit b6eaec1278

1
Jenkinsfile vendored
View File

@ -19,6 +19,7 @@ parallel 'centos7': {
mkdir build && cd build
cmake ..
make -j4
./zerotier-selftest
'''
}
}