Skip to content

Commit

Permalink
GitHub action to build RCC
Browse files Browse the repository at this point in the history
  • Loading branch information
jherbel committed Jul 13, 2023
1 parent dc9295a commit bc5fbb9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/rcc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: RCC

on: [push, pull_request]

jobs:
build_and_test:
runs-on: Ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: true

- name: Setup Rake
run: |
sudo apt-get install rubygems
sudo gem install rake

0 comments on commit bc5fbb9

Please sign in to comment.