Browse code

appveyor

GuangchuangYu authored on 22/05/2015 05:56:09
Showing 1 changed files

... ...
@@ -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