mirror of https://github.com/AMT-Cheif/drift.git
ci: Don't analyze moor_flutter, but analyze moor_ffi
This commit is contained in:
parent
282af57c78
commit
144147795f
|
@ -0,0 +1 @@
|
||||||
|
../analysis_options.yaml
|
|
@ -8,10 +8,17 @@ dartfmt -n --set-exit-if-changed . || EXIT_CODE=$?
|
||||||
dartanalyzer --options analysis_options.yaml --fatal-infos --fatal-warnings lib/ test/ || EXIT_CODE=$?
|
dartanalyzer --options analysis_options.yaml --fatal-infos --fatal-warnings lib/ test/ || EXIT_CODE=$?
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
cd moor_flutter
|
# todo we don't analyze this subproject because Flutter isn't installed in the CI
|
||||||
|
#cd moor_flutter
|
||||||
|
#echo $(pwd)
|
||||||
|
#dartfmt -n --set-exit-if-changed . || EXIT_CODE=$?
|
||||||
|
#dartanalyzer --options analysis_options.yaml --fatal-infos --fatal-warnings lib/ || EXIT_CODE=$?
|
||||||
|
#cd ..
|
||||||
|
|
||||||
|
cd moor_ffi
|
||||||
echo $(pwd)
|
echo $(pwd)
|
||||||
dartfmt -n --set-exit-if-changed . || EXIT_CODE=$?
|
dartfmt -n --set-exit-if-changed . || EXIT_CODE=$?
|
||||||
dartanalyzer --options analysis_options.yaml --fatal-infos --fatal-warnings lib/ || EXIT_CODE=$?
|
dartanalyzer --options analysis_options.yaml --fatal-infos --fatal-warnings lib/ test/ || EXIT_CODE=$?
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
cd moor_generator
|
cd moor_generator
|
||||||
|
|
Loading…
Reference in New Issue