Skip to content

Commit

Permalink
Merge pull request #130 from ityuhui/yh-action-0720
Browse files Browse the repository at this point in the history
Build deb package in GitHub Action
  • Loading branch information
k8s-ci-robot authored Jul 21, 2022
2 parents f5f12a8 + b271aca commit 6c22e91
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build-library-and-examples:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Prepare
run: |
sudo apt-get update
Expand Down Expand Up @@ -49,6 +49,10 @@ jobs:
cd build
cmake ..
make
- name: Build Debian package
run: |
cd kubernetes/build
cpack -G DEB
- name: Build examples
run: |
cd examples/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
code-static-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Prepare
run: |
sudo apt-get update
Expand All @@ -22,7 +22,7 @@ jobs:
code-style-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Prepare
run: |
sudo apt-get update
Expand Down

0 comments on commit 6c22e91

Please sign in to comment.