New build #854

Merged
akinwale merged 33 commits from new-build into master 2020-02-27 19:20:06 +01:00
Showing only changes of commit 9b0dcedd16 - Show all commits

View file

@ -27,7 +27,7 @@ build apk:
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list && \ echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list && \
echo "deb https://dl.bintray.com/sobolevn/deb git-secret main" | tee -a /etc/apt/sources.list && \ echo "deb https://dl.bintray.com/sobolevn/deb git-secret main" | tee -a /etc/apt/sources.list && \
wget -O - https://api.bintray.com/users/sobolevn/keys/gpg/public.key | apt-key add - wget -O - https://api.bintray.com/users/sobolevn/keys/gpg/public.key | apt-key add -
- apt-get -y update && apt-get -y install nodejs npm yarn git-secret - apt-get -y update && apt-get -y install yarn git-secret
- git secret reveal - git secret reveal
- npm install -g react-native-cli - npm install -g react-native-cli
- git clone https://github.com/lbryio/lbry-react-native - git clone https://github.com/lbryio/lbry-react-native