1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,50 @@ |
1 |
+environment: |
|
2 |
+ matrix: |
|
3 |
+ - R_VERSION: devel |
|
4 |
+ R_ARCH: x64 |
|
5 |
+ USE_RTOOLS: true |
|
6 |
+ _R_CHECK_FORCE_SUGGESTS_: false |
|
7 |
+ |
|
8 |
+# DO NOT CHANGE the "init" and "install" sections below |
|
9 |
+ |
|
10 |
+# Download script file from GitHub |
|
11 |
+init: |
|
12 |
+ ps: | |
|
13 |
+ $ErrorActionPreference = "Stop" |
|
14 |
+ Invoke-WebRequest http://raw.github.com/krlmlr/r-appveyor/master/scripts/appveyor-tool.ps1 -OutFile "..\appveyor-tool.ps1" |
|
15 |
+ Import-Module '..\appveyor-tool.ps1' |
|
16 |
+ |
|
17 |
+install: |
|
18 |
+ ps: Bootstrap |
|
19 |
+ |
|
20 |
+# Adapt as necessary starting from here |
|
21 |
+ |
|
22 |
+build_script: |
|
23 |
+ - travis-tool.sh install_bioc BiocStyle Biostrings |
|
24 |
+ - travis-tool.sh install_deps |
|
25 |
+ |
|
26 |
+test_script: |
|
27 |
+ - travis-tool.sh run_tests |
|
28 |
+ |
|
29 |
+on_failure: |
|
30 |
+ - 7z a failure.zip *.Rcheck\* |
|
31 |
+ - appveyor PushArtifact failure.zip |
|
32 |
+ |
|
33 |
+artifacts: |
|
34 |
+ - path: '*.Rcheck\**\*.log' |
|
35 |
+ name: Logs |
|
36 |
+ |
|
37 |
+ - path: '*.Rcheck\**\*.out' |
|
38 |
+ name: Logs |
|
39 |
+ |
|
40 |
+ - path: '*.Rcheck\**\*.fail' |
|
41 |
+ name: Logs |
|
42 |
+ |
|
43 |
+ - path: '*.Rcheck\**\*.Rout' |
|
44 |
+ name: Logs |
|
45 |
+ |
|
46 |
+ - path: '\*_*.tar.gz' |
|
47 |
+ name: Linux Package |
|
48 |
+ |
|
49 |
+ - path: '\*_*.zip' |
|
50 |
+ name: Windows Package |
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@122175 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,50 +0,0 @@ |
1 |
-environment: |
|
2 |
- matrix: |
|
3 |
- - R_VERSION: devel |
|
4 |
- R_ARCH: x64 |
|
5 |
- USE_RTOOLS: true |
|
6 |
- _R_CHECK_FORCE_SUGGESTS_: false |
|
7 |
- |
|
8 |
-# DO NOT CHANGE the "init" and "install" sections below |
|
9 |
- |
|
10 |
-# Download script file from GitHub |
|
11 |
-init: |
|
12 |
- ps: | |
|
13 |
- $ErrorActionPreference = "Stop" |
|
14 |
- Invoke-WebRequest http://raw.github.com/krlmlr/r-appveyor/master/scripts/appveyor-tool.ps1 -OutFile "..\appveyor-tool.ps1" |
|
15 |
- Import-Module '..\appveyor-tool.ps1' |
|
16 |
- |
|
17 |
-install: |
|
18 |
- ps: Bootstrap |
|
19 |
- |
|
20 |
-# Adapt as necessary starting from here |
|
21 |
- |
|
22 |
-build_script: |
|
23 |
- - travis-tool.sh install_bioc BiocStyle Biostrings |
|
24 |
- - travis-tool.sh install_deps |
|
25 |
- |
|
26 |
-test_script: |
|
27 |
- - travis-tool.sh run_tests |
|
28 |
- |
|
29 |
-on_failure: |
|
30 |
- - 7z a failure.zip *.Rcheck\* |
|
31 |
- - appveyor PushArtifact failure.zip |
|
32 |
- |
|
33 |
-artifacts: |
|
34 |
- - path: '*.Rcheck\**\*.log' |
|
35 |
- name: Logs |
|
36 |
- |
|
37 |
- - path: '*.Rcheck\**\*.out' |
|
38 |
- name: Logs |
|
39 |
- |
|
40 |
- - path: '*.Rcheck\**\*.fail' |
|
41 |
- name: Logs |
|
42 |
- |
|
43 |
- - path: '*.Rcheck\**\*.Rout' |
|
44 |
- name: Logs |
|
45 |
- |
|
46 |
- - path: '\*_*.tar.gz' |
|
47 |
- name: Linux Package |
|
48 |
- |
|
49 |
- - path: '\*_*.zip' |
|
50 |
- name: Windows Package |
... | ... |
@@ -13,8 +13,7 @@ install: |
13 | 13 |
# Adapt as necessary starting from here |
14 | 14 |
|
15 | 15 |
build_script: |
16 |
- - travis-tool.sh install_r base64 |
|
17 |
- - travis-tool.sh install_bioc BiocInstaller BiocStyle Biostrings |
|
16 |
+ - travis-tool.sh install_bioc BiocStyle Biostrings |
|
18 | 17 |
- travis-tool.sh install_deps |
19 | 18 |
|
20 | 19 |
test_script: |
... | ... |
@@ -38,7 +37,7 @@ artifacts: |
38 | 37 |
name: Logs |
39 | 38 |
|
40 | 39 |
- path: '\*_*.tar.gz' |
41 |
- name: Bits |
|
40 |
+ name: Linux Package |
|
42 | 41 |
|
43 | 42 |
- path: '\*_*.zip' |
44 |
- name: Bits |
|
43 |
+ name: Windows Package |
... | ... |
@@ -1,30 +1,44 @@ |
1 |
-environment: |
|
2 |
- R_CHECK_ARGS: --no-manual |
|
3 |
- _R_CHECK_FORCE_SUGGESTS_: false |
|
4 |
- |
|
1 |
+# DO NOT CHANGE the "init" and "install" sections below |
|
2 |
+ |
|
3 |
+# Download script file from GitHub |
|
5 | 4 |
init: |
6 | 5 |
ps: | |
7 | 6 |
$ErrorActionPreference = "Stop" |
8 | 7 |
Invoke-WebRequest http://raw.github.com/krlmlr/r-appveyor/master/scripts/appveyor-tool.ps1 -OutFile "..\appveyor-tool.ps1" |
9 | 8 |
Import-Module '..\appveyor-tool.ps1' |
10 | 9 |
|
11 |
- |
|
12 | 10 |
install: |
13 | 11 |
ps: Bootstrap |
14 | 12 |
|
13 |
+# Adapt as necessary starting from here |
|
14 |
+ |
|
15 | 15 |
build_script: |
16 | 16 |
- travis-tool.sh install_r base64 |
17 |
- - travis-tool.sh install_bioc BiocStyle Biostrings |
|
18 |
-## - travis-tool.sh install_bioc_deps |
|
19 |
- |
|
17 |
+ - travis-tool.sh install_bioc BiocStyle Biostrings |
|
18 |
+ - travis-tool.sh install_deps |
|
19 |
+ |
|
20 | 20 |
test_script: |
21 | 21 |
- travis-tool.sh run_tests |
22 | 22 |
|
23 | 23 |
on_failure: |
24 |
- - travis-tool.sh dump_logs |
|
24 |
+ - 7z a failure.zip *.Rcheck\* |
|
25 |
+ - appveyor PushArtifact failure.zip |
|
26 |
+ |
|
27 |
+artifacts: |
|
28 |
+ - path: '*.Rcheck\**\*.log' |
|
29 |
+ name: Logs |
|
30 |
+ |
|
31 |
+ - path: '*.Rcheck\**\*.out' |
|
32 |
+ name: Logs |
|
33 |
+ |
|
34 |
+ - path: '*.Rcheck\**\*.fail' |
|
35 |
+ name: Logs |
|
36 |
+ |
|
37 |
+ - path: '*.Rcheck\**\*.Rout' |
|
38 |
+ name: Logs |
|
25 | 39 |
|
26 |
-## notifications: |
|
27 |
-## email: |
|
28 |
-## on_success: change |
|
29 |
-## on_failure: change |
|
40 |
+ - path: '\*_*.tar.gz' |
|
41 |
+ name: Bits |
|
30 | 42 |
|
43 |
+ - path: '\*_*.zip' |
|
44 |
+ name: Bits |
... | ... |
@@ -1,6 +1,7 @@ |
1 | 1 |
environment: |
2 | 2 |
R_CHECK_ARGS: --no-manual |
3 |
- |
|
3 |
+ _R_CHECK_FORCE_SUGGESTS_: false |
|
4 |
+ |
|
4 | 5 |
init: |
5 | 6 |
ps: | |
6 | 7 |
$ErrorActionPreference = "Stop" |
... | ... |
@@ -12,8 +13,8 @@ install: |
12 | 13 |
ps: Bootstrap |
13 | 14 |
|
14 | 15 |
build_script: |
15 |
- - travis-tool.sh install_deps |
|
16 |
- - travis-tool.sh install_bioc BiocStyle Biostrings EBImage |
|
16 |
+ - travis-tool.sh install_r base64 |
|
17 |
+ - travis-tool.sh install_bioc BiocStyle Biostrings |
|
17 | 18 |
## - travis-tool.sh install_bioc_deps |
18 | 19 |
|
19 | 20 |
test_script: |
... | ... |
@@ -22,8 +23,8 @@ test_script: |
22 | 23 |
on_failure: |
23 | 24 |
- travis-tool.sh dump_logs |
24 | 25 |
|
25 |
-notifications: |
|
26 |
- email: |
|
27 |
- on_success: change |
|
28 |
- on_failure: change |
|
26 |
+## notifications: |
|
27 |
+## email: |
|
28 |
+## on_success: change |
|
29 |
+## on_failure: change |
|
29 | 30 |
|
... | ... |
@@ -13,9 +13,7 @@ install: |
13 | 13 |
|
14 | 14 |
build_script: |
15 | 15 |
- travis-tool.sh install_deps |
16 |
- - travis-tool.sh install_bioc EBImage |
|
17 |
- - travis-tool.sh install_bioc BiocStyle |
|
18 |
- - travis-tool.sh install_bioc Biostrings |
|
16 |
+ - travis-tool.sh install_bioc BiocStyle Biostrings EBImage |
|
19 | 17 |
## - travis-tool.sh install_bioc_deps |
20 | 18 |
|
21 | 19 |
test_script: |
... | ... |
@@ -7,20 +7,17 @@ init: |
7 | 7 |
Invoke-WebRequest http://raw.github.com/krlmlr/r-appveyor/master/scripts/appveyor-tool.ps1 -OutFile "..\appveyor-tool.ps1" |
8 | 8 |
Import-Module '..\appveyor-tool.ps1' |
9 | 9 |
|
10 |
- |
|
11 |
-apt_packages: |
|
12 |
- - libfftw3-dev |
|
13 |
- |
|
14 |
-# before_install: |
|
15 |
-# - sudo apt-get install libfftw3-dev |
|
16 | 10 |
|
17 | 11 |
install: |
18 | 12 |
ps: Bootstrap |
19 | 13 |
|
20 | 14 |
build_script: |
21 |
- - travis-tool.sh install_bioc_deps |
|
22 | 15 |
- travis-tool.sh install_deps |
23 |
- |
|
16 |
+ - travis-tool.sh install_bioc EBImage |
|
17 |
+ - travis-tool.sh install_bioc BiocStyle |
|
18 |
+ - travis-tool.sh install_bioc Biostrings |
|
19 |
+## - travis-tool.sh install_bioc_deps |
|
20 |
+ |
|
24 | 21 |
test_script: |
25 | 22 |
- travis-tool.sh run_tests |
26 | 23 |
|
... | ... |
@@ -7,8 +7,12 @@ init: |
7 | 7 |
Invoke-WebRequest http://raw.github.com/krlmlr/r-appveyor/master/scripts/appveyor-tool.ps1 -OutFile "..\appveyor-tool.ps1" |
8 | 8 |
Import-Module '..\appveyor-tool.ps1' |
9 | 9 |
|
10 |
-before_install: |
|
11 |
- - sudo apt-get install libfftw3-dev |
|
10 |
+ |
|
11 |
+apt_packages: |
|
12 |
+ - libfftw3-dev |
|
13 |
+ |
|
14 |
+# before_install: |
|
15 |
+# - sudo apt-get install libfftw3-dev |
|
12 | 16 |
|
13 | 17 |
install: |
14 | 18 |
ps: Bootstrap |
... | ... |
@@ -7,6 +7,9 @@ init: |
7 | 7 |
Invoke-WebRequest http://raw.github.com/krlmlr/r-appveyor/master/scripts/appveyor-tool.ps1 -OutFile "..\appveyor-tool.ps1" |
8 | 8 |
Import-Module '..\appveyor-tool.ps1' |
9 | 9 |
|
10 |
+before_install: |
|
11 |
+ - sudo apt-get install libfftw3-dev |
|
12 |
+ |
|
10 | 13 |
install: |
11 | 14 |
ps: Bootstrap |
12 | 15 |
|
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,27 @@ |
1 |
+environment: |
|
2 |
+ R_CHECK_ARGS: --no-manual |
|
3 |
+ |
|
4 |
+init: |
|
5 |
+ ps: | |
|
6 |
+ $ErrorActionPreference = "Stop" |
|
7 |
+ Invoke-WebRequest http://raw.github.com/krlmlr/r-appveyor/master/scripts/appveyor-tool.ps1 -OutFile "..\appveyor-tool.ps1" |
|
8 |
+ Import-Module '..\appveyor-tool.ps1' |
|
9 |
+ |
|
10 |
+install: |
|
11 |
+ ps: Bootstrap |
|
12 |
+ |
|
13 |
+build_script: |
|
14 |
+ - travis-tool.sh install_bioc_deps |
|
15 |
+ - travis-tool.sh install_deps |
|
16 |
+ |
|
17 |
+test_script: |
|
18 |
+ - travis-tool.sh run_tests |
|
19 |
+ |
|
20 |
+on_failure: |
|
21 |
+ - travis-tool.sh dump_logs |
|
22 |
+ |
|
23 |
+notifications: |
|
24 |
+ email: |
|
25 |
+ on_success: change |
|
26 |
+ on_failure: change |
|
27 |
+ |