Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chbinousamy authored Dec 17, 2023
1 parent 57d487c commit 393fb89
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,18 @@ jobs:
git clone --recurse-submodules --depth=1 https://github.com/chbinousamy/porcinet_extra.git
cd porcinet_extra && ./configure_cmake.sh && cd build && make -j 4 && sudo make install && make clean
export LD_LIBRARY_PATH=/usr/local/lib && sudo ldconfig
-
name: "Display information about ELF"
run: |
readelf -h /usr/local/snort
strip /usr/local/snort
readelf -h /usr/local/snort
-
name: "Run Demo Tests"
run: |
git clone --recurse-submodules --depth=1 https://github.com/chbinousamy/porcinet_demo.git
export LD_LIBRARY_PATH=/usr/local/lib && sudo ldconfig
cd porcinet_demo && ./run_test.sh /usr/local/snort
-
name: "Need euros"
run: |
git clone https://github.com/openfootball/euro
-
name: "Run memory leaks tests"
run: valgrind --tool=memcheck --leak-check=full --leak-resolution=high --show-reachable=yes /usr/local/snort/bin/snort
Expand Down

0 comments on commit 393fb89

Please sign in to comment.