Browse Source

run selftest

Grant Limberg 6 years ago
parent
commit
b6eaec1278
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

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