FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Rcpp/.github/workflows/linuxarm.yaml at master · RcppCore/Rcpp · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
RcppCore
/
Rcpp
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
218
Star
799
Code
Issues
4
Pull requests
1
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
Rcpp
/
.github
/
workflows
/
linuxarm.yaml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
38 lines (28 loc) · 690 Bytes
Breadcrumbs
Rcpp
/
.github
/
workflows
/
linuxarm.yaml
Copy path
File metadata and controls
38 lines (28 loc) · 690 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#
Run CI for R using https://eddelbuettel.github.io/r-ci/
name
:
linuxarm
on
:
#
push:
#
pull_request:
workflow_dispatch
:
env
:
_R_CHECK_FORCE_SUGGESTS_
:
"
false
"
jobs
:
ci
:
strategy
:
matrix
:
include
:
#
- {os: ubuntu-latest}
-
{os: ubuntu-24.04-arm}
runs-on
:
${{ matrix.os }}
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v6
-
name
:
Setup
uses
:
eddelbuettel/github-actions/r-ci@master
-
name
:
Dependencies
run
:
./run.sh install_deps
-
name
:
Test
run
:
./run.sh run_tests
#
- name: Coverage
#
if: ${{ matrix.os == 'ubuntu-latest' }}
#
run: ./run.sh coverage
Back
|
FazBrowse Home
|
New Git URL