Skip to content

Commit

Permalink
Workaround for Issue #3
Browse files Browse the repository at this point in the history
  • Loading branch information
akbertram committed Aug 16, 2020
1 parent fe40b04 commit bb830b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
- name: Download package sources
run: cd tools && ./gradlew setupPackages

# Workaround for https://github.com/bedatadriven/renjin-release/issues/3
- name: Build Renjin
run: cd renjin && ./gradlew build

- name: Test
run: cd packages && ./gradlew cran:digest:test -PrenjinHomeDir=$GITHUB_WORKSPACE/renjin/tools/gnur-installation/src/main/resources -PgccBridgePlugin=$GITHUB_WORKSPACE/renjin/tools/gcc-bridge/compiler/build/bridge.so

Expand Down

0 comments on commit bb830b2

Please sign in to comment.