This repository was archived by the owner on Sep 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +21
-7
lines changed Expand file tree Collapse file tree 1 file changed +21
-7
lines changed Original file line number Diff line number Diff line change 1
- language : r
1
+ language : c
2
+ sudo : required
2
3
3
- r_github_packages :
4
- - jimhester/robustr
5
- - jimhester/covr
4
+ before_install :
5
+ - curl -OL https://raw.githubusercontent.com/metacran/r-builder/master/pkg-build.sh
6
+ - chmod 755 pkg-build.sh
7
+ - ./pkg-build.sh bootstrap
6
8
7
- after_success :
8
- - Rscript -e 'covr::codecov()'
9
+ install :
10
+ - ./pkg-build.sh install_deps
11
+ - ./pkg-build.sh install_github jimhester/covr
12
+
13
+ script :
14
+ - ./pkg-build.sh run_tests
9
15
10
16
after_failure :
11
- - ./travis-tool.sh dump_logs
17
+ - ./pkg-build.sh dump_logs
18
+
19
+ after_success :
20
+ - Rscript -e 'covr::codecov()'
12
21
13
22
notifications :
14
23
email :
15
24
on_success : change
16
25
on_failure : change
17
26
slack :
18
27
secure : a/rA4KawTfmMItXyKG8QKb9ISUq1Ow7RM5pW+JFbjUkDHeJHtfGqCqw+fix1j1yxUY2VKtzMXwe5mOk2Guf3L/JF3UjYnel0p2dMVpqEnNZQu3fGbenoibM/WS/fzaFe5prn+Tq3tDLu+I/CijWclZCVD/fxzgjOq5XDL7ZqYwU=
28
+
19
29
env :
30
+ matrix :
31
+ - RVERSION=oldrel
32
+ - RVERSION=release
33
+ - RVERSION=devel
20
34
global :
21
35
secure : TWQeQDToS8yA/zDmE/0CHC0yn+z7Z1lWCZ1BhpTK8diTXD9MErIh2q6wQOz6ITf8GeQEdk/DN5OBU+ihgantNexzUJ7fAHgqcgXfLWsfvVS2DUSzrNltCSqpvnDrloNwbqI3PHDVWydPr93fZm4OgiGdzJJwnOr5jtXaTs5ukRw=
You can’t perform that action at this time.
0 commit comments