You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash
|
|
flutter --version
|
|
flutter pub get
|
|
export DISPLAY=:99
|
|
Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 &
|
|
./run-tests.sh $1
|