mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-02 06:46:22 +01:00
Fix missing sqlite3 dependency in ci image
This commit is contained in:
parent
8dead427a0
commit
be55ef8309
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ test:
|
||||||
- triage
|
- triage
|
||||||
image: "cirrusci/flutter:3.0.4"
|
image: "cirrusci/flutter:3.0.4"
|
||||||
before_script:
|
before_script:
|
||||||
|
- apt-get update -qq && apt-get install -y -qq libsqlite3-dev
|
||||||
- flutter pub global activate junitreport
|
- flutter pub global activate junitreport
|
||||||
- export PATH="$PATH":"$HOME/.pub-cache/bin"
|
- export PATH="$PATH":"$HOME/.pub-cache/bin"
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue