From c32dd94b431878fa6c7ca3caaedc9541a2c496aa Mon Sep 17 00:00:00 2001 From: the Date: Wed, 15 Mar 2023 01:26:02 +0800 Subject: [PATCH] [Build] replace travis ci with github action --- .github/workflows/ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bbcb33..f2dbaa9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file