Skip to content

Use GitHub action

Use GitHub action #21

Workflow file for this run

name: vRG ci
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt-get update && sudo apt-get install -y libnuma-dev linux-headers-$(uname -r) python3-pip git gcc make libtool-bin
- run: sudo pip3 install setuptools meson ninja pyelftools
- run: ${{ github.workspace }}/boot.sh
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt-get update && sudo apt-get install -y libnuma-dev linux-headers-$(uname -r) python3-pip git gcc make libtool-bin
- run: sudo pip3 install setuptools meson ninja pyelftools