File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ install:
15
15
- gradle build
16
16
- gradle jar
17
17
- gradle javadoc
18
+ - ' ./release.sh nightly'
18
19
19
20
# command to run tests
20
21
script :
Original file line number Diff line number Diff line change 1
1
version : " {branch} {build}"
2
2
3
+
4
+ environment :
5
+ global :
6
+ CYG_ROOT : C:/cygwin
7
+ CYG_CACHE : C:/cygwin/var/cache/setup
8
+ CYG_MIRROR : http://mirrors.kernel.org/sourceware/cygwin/
9
+ matrix :
10
+ -
11
+ CYG_ARCH : x86
12
+
13
+ init :
14
+ - ' echo System architecture: %PLATFORM%'
15
+
16
+ install :
17
+ - ' appveyor DownloadFile http://cygwin.com/setup-%CYG_ARCH%.exe -FileName setup.exe'
18
+ - ' setup.exe -qnNdO -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -l "%CYG_CACHE%" -P make -P git -P gcc-core -P ocaml -P ocaml-camlp4 -P ocaml-compiler-libs -P libncurses-devel -P unzip >NUL'
19
+ - ' setup.exe -qnNdO -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -l "%CYG_CACHE%" -P libmpfr-devel -P patch -P flexdll >NUL'
20
+ - ' %CYG_ROOT%/bin/bash -lc "cygcheck -dc cygwin"'
21
+
3
22
build :
4
23
verbosity : detailed
5
24
@@ -8,6 +27,7 @@ build_script:
8
27
- gradlew.bat build
9
28
- gradlew.bat jar
10
29
- gradlew.bat javadoc
30
+ - ' %CYG_ROOT%/bin/bash -lc "./release.sh nightly"'
11
31
12
32
test_script :
13
33
- gradlew.bat check
You can’t perform that action at this time.
0 commit comments