Grant Limberg пре 6 година
родитељ
комит
b6eaec1278
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

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