Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoweii authored and zxkane committed Apr 6, 2023
1 parent 4a2973d commit ebc148a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 147 deletions.
127 changes: 0 additions & 127 deletions .gitlab-ci.yml

This file was deleted.

21 changes: 1 addition & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,30 +32,11 @@ open an terminal window,at the root project folder to execute:
```shell
./gradlew build -p clickstream
```
## How to build in GitLab
### Runner tags select
Because We need to allow 64-bit machines to run Android's 32-bit tools, so we need to execute:
```shell
- apt-get --quiet install --yes wget tar unzip lib32stdc++6 lib32z1
```
This command needs to be executed in amd64 architecture machine,
so we should config the runner both size and arch tag below at `.gitlab-ci.yml` to ensure the architecture is right to execute.
```shell
default:
image: openjdk:8-jdk
tags:
- size:2xlarge
- arch:amd64
```


## Security

See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.

## License

This project is licensed under the Apache-2.0 License.

This library is licensed under the [Apache 2.0 License](./LICENSE).

This library is licensed under the [Apache 2.0 License](./LICENSE).

0 comments on commit ebc148a

Please sign in to comment.