mirror of
https://github.com/AllanWang/Frost-for-Facebook.git
synced 2024-11-08 20:12:39 +01:00
12 lines
248 B
Bash
12 lines
248 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
printf "Starting docker build\n"
|
||
|
|
||
|
npm -v
|
||
|
./gradlew -v
|
||
|
|
||
|
npm install --prefix app/src/web
|
||
|
npm run --prefix app/src/web compile
|
||
|
|
||
|
./gradlew --quiet androidGitVersion
|
||
|
./gradlew lintReleaseTest testReleaseUnitTest assembleReleaseTest
|