Skip to content

Commit

Permalink
Merge branch 'master' into use-github-action
Browse files Browse the repository at this point in the history
  • Loading branch information
w180112 committed Mar 14, 2023
2 parents d803743 + 5dbf56e commit faf008c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflow/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: vRG ci
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: sudo apt-get update && apt-get install -y libnuma-dev linux-headers-$(uname -r) python3-pip
- run: sudo pip3 install setuptools meson ninja pyelftools
- run: ./boot.sh
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: sudo apt-get update && apt-get install -y libnuma-dev linux-headers-$(uname -r) python3-pip
- run: sudo pip3 install setuptools meson ninja pyelftools

0 comments on commit faf008c

Please sign in to comment.