updated .cirrus.yml and .travis.yml
This commit is contained in:
parent
8dbd6fe510
commit
5dc7d90f95
@ -107,7 +107,7 @@ task:
|
|||||||
- |
|
- |
|
||||||
EMU_COMMAND=emulator
|
EMU_COMMAND=emulator
|
||||||
if [[ $ABI =~ "x86" ]]; then
|
if [[ $ABI =~ "x86" ]]; then
|
||||||
EMU_COMMAND="emulator-headless"
|
EMU_COMMAND="emulator"
|
||||||
else
|
else
|
||||||
# emulate graphics if running on ARM
|
# emulate graphics if running on ARM
|
||||||
EMU_PARAMS="${EMU_PARAMS} -gpu swiftshader"
|
EMU_PARAMS="${EMU_PARAMS} -gpu swiftshader"
|
||||||
|
@ -16,7 +16,7 @@ install:
|
|||||||
- flutter channel master
|
- flutter channel master
|
||||||
- flutter upgrade
|
- flutter upgrade
|
||||||
- flutter doctor
|
- flutter doctor
|
||||||
- cd $HOME
|
- cd $HOME/pichillilorenzo/flutter_inappwebview
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
@ -24,8 +24,6 @@ jobs:
|
|||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode12.3
|
osx_image: xcode12.3
|
||||||
before_script:
|
before_script:
|
||||||
- pwd
|
|
||||||
- cd ./flutter_inappwebview
|
|
||||||
- cd ./nodejs_server_test_auth_basic_and_ssl
|
- cd ./nodejs_server_test_auth_basic_and_ssl
|
||||||
- npm install
|
- npm install
|
||||||
- cd ..
|
- cd ..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user