-
Notifications
You must be signed in to change notification settings - Fork 147
/
Copy pathjitpack.yml
38 lines (38 loc) · 2.65 KB
/
jitpack.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
jdk:
- openjdk11
install:
- echo "##########################################"
- echo "############## Publish GXAnalyzeAndroid"
- cd /home/jitpack/build/GaiaXAnalyze/GXAnalyzeAndroid
- chmod +x ./gradlew && ./gradlew clean assembleRelease -Ptype=release -Pgroup=com.github.alibaba.GaiaX -Pversion=release-SNAPSHOT -xtest -xlint publishToMavenLocal
- cd ~/.m2/repository/com/github/alibaba/GaiaX && ll
- echo "##########################################"
- echo ""############## Publish GaiaXAndroid"
- cd /home/jitpack/build/GaiaXAndroid
- chmod +x ./gradlew && ./gradlew clean assembleRelease -Ptype=release -Pgroup=com.github.alibaba.GaiaX -Pversion=release-SNAPSHOT -xtest -xlint publishToMavenLocal
- cd ~/.m2/repository/com/github/alibaba/GaiaX && ll
- echo "##########################################"
- echo ""############## Publish GaiaXAndroidAdapter"
- cd /home/jitpack/build/GaiaXAndroidAdapter
- chmod +x ./gradlew && ./gradlew clean assembleRelease -Ptype=release -Pgroup=com.github.alibaba.GaiaX -Pversion=release-SNAPSHOT -xtest -xlint publishToMavenLocal
- cd ~/.m2/repository/com/github/alibaba/GaiaX && ll
- echo "##########################################"
- echo ""############## Publish GaiaXAndroidClientToStudio"
- cd /home/jitpack/build/GaiaXAndroidClientToStudio
- chmod +x ./gradlew && ./gradlew clean assembleRelease -Ptype=release -Pgroup=com.github.alibaba.GaiaX -Pversion=release-SNAPSHOT -xtest -xlint publishToMavenLocal
- cd ~/.m2/repository/com/github/alibaba/GaiaX && ll
- echo "##########################################"
- echo ""############## Publish GaiaXAndroidQuickJS"
- cd /home/jitpack/build/GaiaXAndroidQuickJS
- chmod +x ./gradlew && ./gradlew clean assembleRelease -Ptype=release -Pgroup=com.github.alibaba.GaiaX -Pversion=release-SNAPSHOT -xtest -xlint publishToMavenLocal
- cd ~/.m2/repository/com/github/alibaba/GaiaX && ll
- echo "##########################################"
- echo ""############## Publish GaiaXAndroidJS"
- cd /home/jitpack/build/GaiaXAndroidJS
- chmod +x ./gradlew && ./gradlew clean assembleRelease -Ptype=release -Pgroup=com.github.alibaba.GaiaX -Pversion=release-SNAPSHOT -xtest -xlint publishToMavenLocal
- cd ~/.m2/repository/com/github/alibaba/GaiaX && ll
- echo "##########################################"
- echo ""############## Publish GaiaXAndroidJSProxy"
- cd /home/jitpack/build/GaiaXAndroidJSProxy
- chmod +x ./gradlew && ./gradlew clean assembleRelease -Ptype=release -Pgroup=com.github.alibaba.GaiaX -Pversion=release-SNAPSHOT -xtest -xlint publishToMavenLocal
- cd ~/.m2/repository/com/github/alibaba/GaiaX && ll