Grant Limberg il y a 6 ans
Parent
commit
b6eaec1278
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      Jenkinsfile

+ 1 - 0
Jenkinsfile

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