Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/sumn2u/deep-waste-app in…
Browse files Browse the repository at this point in the history
…to develop
  • Loading branch information
sumn2u committed Dec 18, 2023
2 parents 4e4339a + cd985a2 commit 3be03e6
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .travis.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
os:
- linux
sudo: false
addons:
apt:
# Flutter depends on /usr/lib/x86_64-linux-gnu/libstdc++.so.6 version GLIBCXX_3.4.18
sources:
- ubuntu-toolchain-r-test # If we don't specify this, the libstdc++6 we get is the wrong version
packages:
- libstdc++6
- fonts-droid
before_script:
- git clone https://github.com/flutter/flutter.git -b alpha --depth 1
- ./flutter/bin/flutter doctor
script:
- ./flutter/bin/flutter test

deploy:
- if [ "$TRAVIS_BRANCH" == "master" ]; then
flutter build apk
fi

cache:
directories:
- $HOME/.pub-cache

0 comments on commit 3be03e6

Please sign in to comment.