no make on ubuntu:latest

This commit is contained in:
Michael Shaw
2022-10-05 14:43:21 -04:00
parent 6966e3be12
commit c5ba0b8e1e
Vendored
+1
View File
@@ -29,6 +29,7 @@ pipeline {
}
steps {
echo 'Testing ...'
sh 'apt-get install make'
sh 'make test'
}
}