Skip to content

Commit

Permalink
Trigger OO C++ examples on the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Radonirinaunimi committed Feb 5, 2025
1 parent 87efcae commit 87afbe8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/capi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,11 @@ jobs:
sed -i "s/\([a-zA-Z_]\+\) != \(.*\)$/echo \1 = \$(\2)/e" Makefile
make test-examples
- name: Test OO C++ example
- name: Test OO C++ examples
run: |
cd examples/object-oriented-cpp
sed -i "s/\([a-zA-Z_]\+\) != \(.*\)$/echo \1 = \$(\2)/e" Makefile
make
./dyaa
test -f ./DY-LO-AA.pineappl.lz4
make test-examples
- name: Generate code coverage
run: |
Expand Down

0 comments on commit 87afbe8

Please sign in to comment.