Add doctor instruction to build file as test

This commit is contained in:
zontreck 2025-01-23 19:21:47 -07:00
parent 4e30f83571
commit f597782f99

2
Jenkinsfile vendored
View file

@ -15,6 +15,8 @@ pipeline {
sh ''' sh '''
#!/bin/bash #!/bin/bash
flutter doctor
flutter pub get flutter pub get
chmod +x compile.sh chmod +x compile.sh
./compile.sh ./compile.sh