upa
Hansi, dl9rdz 2021-05-29 23:01:22 +02:00
rodzic 231412810e
commit 783716bf55
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -28,8 +28,9 @@ before_script:
# - emulator -avd test -no-audio -no-window & # - emulator -avd test -no-audio -no-window &
# - android-wait-for-emulator # - android-wait-for-emulator
# - adb shell input keyevent 82 & # - adb shell input keyevent 82 &
- curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - # - curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
- sudo apt install -y nodejs - sudp apt-get update
- sudo apt-get install nodejs
- npm install -g cordova - npm install -g cordova
- cordova platfrom add android - cordova platfrom add android