Add doctor instruction to build file as test
This commit is contained in:
parent
4e30f83571
commit
f597782f99
1 changed files with 2 additions and 0 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue