Skip to content

Commit

Permalink
ci release alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
hqnghi88 committed Jan 26, 2021
1 parent 0d5d234 commit d0c6f29
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 26 deletions.
14 changes: 7 additions & 7 deletions travis/github_release_withjdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,22 +58,22 @@ echo $SUFFIX

n=0
RELEASEFILES[$n]="$thePATH-linux.gtk.x86_64.zip"
NEWFILES[$n]='GAMA1.8.2_Continuous_Linux'$SUFFIX
NEWFILES[$n]='GAMA_1.8.2_Alpha_Linux'$SUFFIX
n=1
RELEASEFILES[$n]="$thePATH-macosx.cocoa.x86_64.zip"
NEWFILES[$n]='GAMA1.8.2_Continuous_Mac'$SUFFIX
NEWFILES[$n]='GAMA_1.8.2_Alpha_Mac'$SUFFIX
n=2
RELEASEFILES[$n]="$thePATH-win32.win32.x86_64.zip"
NEWFILES[$n]='GAMA1.8.2_Continuous_Win'$SUFFIX
NEWFILES[$n]='GAMA_1.8.2_Alpha_Win'$SUFFIX
n=3
RELEASEFILES[$n]="$thePATH-linux.gtk.x86_64_withJDK.zip"
NEWFILES[$n]='GAMA1.8.2_Continuous_withJDK_Linux'$SUFFIX
NEWFILES[$n]='GAMA_1.8.2_Alpha_withJDK_Linux'$SUFFIX
n=4
RELEASEFILES[$n]="$thePATH-win32.win32.x86_64_withJDK.zip"
NEWFILES[$n]='GAMA1.8.2_Continuous_withJDK_Win'$SUFFIX
NEWFILES[$n]='GAMA_1.8.2_Alpha_withJDK_Win'$SUFFIX
n=5
RELEASEFILES[$n]="$thePATH-macosx.cocoa.x86_64_withJDK.zip"
NEWFILES[$n]='GAMA1.8.2_Continuous_withJDK_Mac'$SUFFIX
NEWFILES[$n]='GAMA_1.8.2_Alpha_withJDK_Mac'$SUFFIX


i=0
Expand Down Expand Up @@ -128,7 +128,7 @@ LK="https://api.github.com/repos/gama-platform/gama/releases"
-H "X-Parse-REST-API-Key: sensitive" \
-H "Authorization: token $BOT_TOKEN" \
-H "Content-Type: application/json" \
-d '{"tag_name": "'$RELEASE'", "name":"Continuous build","body":"Alpha release for GAMA 1.8.2, which adds compatibility with JDK 11+ . Please test and report issues","draft": false,"prerelease": true}' \
-d '{"tag_name": "'$RELEASE'", "name":"Alpha Version 1.8.2","body":"Alpha release for GAMA 1.8.2, which adds compatibility with JDK 11+ . Please test and report issues","draft": false,"prerelease": true}' \
"$LK"`
echo $RESULT

Expand Down
9 changes: 3 additions & 6 deletions travis/jdk/linux/64/Gama.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
-vm
./jdk/bin/java
-startup
plugins/org.eclipse.equinox.launcher_1.5.300.v20190213-1655.jar
plugins/org.eclipse.equinox.launcher_1.6.0.v20200915-1508.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1000.v20190125-2016
-nl
${target.nl}
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.0.v20200915-1442
-data
@noDefault
--launcher.defaultAction
Expand All @@ -18,7 +16,6 @@ openFile
-noverify
-Xmn128m
-Xss2m
-XX:+UseParallelGC
-XX:+UseAdaptiveSizePolicy
-XX:+OptimizeStringConcat
-Dorg.eclipse.ecf.provider.filetransfer.retrieve.retryAttempts=10
Expand All @@ -27,4 +24,4 @@ openFile
-Declipse.log.level=ERROR
-Dosgi.checkConfiguration=false
-Xms256m
-Xmx2048m
-Xmx1024m
7 changes: 2 additions & 5 deletions travis/jdk/mac/64/Gama.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
-vm
../jdk/Contents/Home/bin/java
-startup
../Eclipse/plugins/org.eclipse.equinox.launcher_1.5.300.v20190213-1655.jar
../Eclipse/plugins/org.eclipse.equinox.launcher_1.6.0.v20200915-1508.jar
--launcher.library
../Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1000.v20190125-2016
-nl
${target.nl}
../Eclipse/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.0.v20200915-1442
-data
@noDefault
--launcher.defaultAction
Expand All @@ -16,7 +14,6 @@ openFile
-noverify
-Xmn128m
-Xss2m
-XX:+UseParallelGC
-XX:+UseAdaptiveSizePolicy
-XX:+OptimizeStringConcat
-Dorg.eclipse.ecf.provider.filetransfer.retrieve.retryAttempts=10
Expand Down
11 changes: 3 additions & 8 deletions travis/jdk/win/64/Gama.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
-vm
./jdk/bin/
-startup
plugins/org.eclipse.equinox.launcher_1.5.300.v20190213-1655.jar
plugins/org.eclipse.equinox.launcher_1.6.0.v20200915-1508.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1000.v20190125-2016
-nl
${target.nl}
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.0.v20200915-1442
-data
@noDefault
--launcher.defaultAction
Expand All @@ -16,7 +14,6 @@ openFile
-noverify
-Xmn128m
-Xss2m
-XX:+UseParallelGC
-XX:+UseAdaptiveSizePolicy
-XX:+OptimizeStringConcat
-Dorg.eclipse.ecf.provider.filetransfer.retrieve.retryAttempts=10
Expand All @@ -26,6 +23,4 @@ openFile
-Dosgi.checkConfiguration=false
-Dfile.encoding=UTF-8
-Xms256m
-Xmx2048m


-Xmx1024m

0 comments on commit d0c6f29

Please sign in to comment.