Skip to content

Commit

Permalink
try adapting r-universe check
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahParry committed May 8, 2024
1 parent 32ae04f commit dd64dc4
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,27 @@ jobs:
with:
upload-snapshots: true
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'

linux:
# needs: [prepare, source]
runs-on: ubuntu-22.04
timeout-minutes: 60
name: Build R-${{ matrix.r }} for Linux
strategy:
fail-fast: false
matrix:
r: [ 'devel' ]
container:
image: ghcr.io/r-universe-org/base-image:${{ matrix.r }}
steps:
- name: Download source package
uses: actions/download-artifact@v4
with:
name: package-source
path: .
- name: "Build and check binaries"
uses: r-universe-org/actions/linux-check@v4
id: build
timeout-minutes: 60
env:
GITHUB_PAT: ${{secrets.GITHUB_TOKEN}}

0 comments on commit dd64dc4

Please sign in to comment.