Skip to content

Commit

Permalink
setup GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
keisku committed Mar 24, 2024
1 parent 944131e commit 8eef332
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: docker build -t gmonbuildenv -f Dockerfile.buildenv .
- name: docker run --rm --privileged -v ./bin/gmon:/usr/bin/gmon -v /sys/kernel/debug:/sys/kernel/debug:ro gmone2e

0 comments on commit 8eef332

Please sign in to comment.