Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 16 additions & 4 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
name: C/C++ CI
name: CI
permissions: read-all


on:
push:
Expand All @@ -13,7 +15,17 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: make
- name: Install accel-config
run: sudo apt install -y accel-config libaccel-config-dev
- name: Install uuid
run: sudo apt install -y uuid-dev
- name: Install libnuma
run: sudo apt install -y libnuma-dev
- name: Build
run: make
- name: make dto-test
run: make dto-test
- name: Install DTO
run: sudo make install
- name: Build dto-test
run: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib64/; make dto-test
- name: Run dto-test
run: LD_LIBRARY_PATH=/usr/lib64 ./dto-test