Skip to content

Commit

Permalink
[Build] replace travis ci with github action
Browse files Browse the repository at this point in the history
  • Loading branch information
w180112 committed Mar 14, 2023
1 parent 770dcd3 commit c32dd94
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ 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 apt-get update && sudo apt-get install -y libnuma-dev linux-headers-$(uname -r) python3-pip
- run: sudo pip3 install setuptools meson ninja pyelftools
- run: ./boot.sh
- run: ls -l ${{ github.workspace }}/
- run: ${{ github.workspace }}/../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 apt-get update && sudo apt-get install -y libnuma-dev linux-headers-$(uname -r) python3-pip
- run: sudo pip3 install setuptools meson ninja pyelftools

0 comments on commit c32dd94

Please sign in to comment.