Skip to content

Commit

Permalink
Merge pull request #31 from CESNET/github-actions-axamples-build
Browse files Browse the repository at this point in the history
GitHub-actions:  build examples
  • Loading branch information
SiskaPavel authored Nov 5, 2024
2 parents a41b3d1 + e1f3ac7 commit 3cefb19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
run: make
- name: make rpm
run: make rpm
- name: make examples
run: make examples
- name: make install
run: make install
- name: extract artifact name
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/make-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ jobs:
runs-on: ubuntu-latest
container: ${{ inputs.os }}
steps:
- name: Install dependencies
run: |
dnf install -y make gcc-c++ cmake3 git rpm-build fuse3-devel
- name: Install git
run: dnf install -y git
- name: Check out repository code
uses: actions/checkout@v4
- name: Install dependencies
uses: ./.github/actions/install-dependencies
- name: Mark github workspace as safe
run: git config --system --add safe.directory $PWD
- name: make test
Expand Down

0 comments on commit 3cefb19

Please sign in to comment.