Skip to content

Commit ebc148a

Browse files
xiaoweiizxkane
authored andcommitted
chore: update README
1 parent 4a2973d commit ebc148a

File tree

2 files changed

+1
-147
lines changed

2 files changed

+1
-147
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 127 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -32,30 +32,11 @@ open an terminal window,at the root project folder to execute:
3232
```shell
3333
./gradlew build -p clickstream
3434
```
35-
## How to build in GitLab
36-
### Runner tags select
37-
Because We need to allow 64-bit machines to run Android's 32-bit tools, so we need to execute:
38-
```shell
39-
- apt-get --quiet install --yes wget tar unzip lib32stdc++6 lib32z1
40-
```
41-
This command needs to be executed in amd64 architecture machine,
42-
so we should config the runner both size and arch tag below at `.gitlab-ci.yml` to ensure the architecture is right to execute.
43-
```shell
44-
default:
45-
image: openjdk:8-jdk
46-
tags:
47-
- size:2xlarge
48-
- arch:amd64
49-
```
50-
5135

5236
## Security
5337

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

5640
## License
5741

58-
This project is licensed under the Apache-2.0 License.
59-
60-
This library is licensed under the [Apache 2.0 License](./LICENSE).
61-
42+
This library is licensed under the [Apache 2.0 License](./LICENSE).

0 commit comments

Comments
 (0)