Skip to content

Commit 99a5af5

Browse files
Update example to latest cpputest-for-qpcpp and v8.0.x QP.
Also move github action to ubuntu 24.04
1 parent 3f828ee commit 99a5af5

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ env:
1212

1313
jobs:
1414
build:
15-
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
15+
# The CMake configure and build commands are platform-agnostic and should work equally well on Windows or Mac.
1616
# You can convert this to a matrix build if you need cross-platform coverage.
1717
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
18-
runs-on: ubuntu-22.04
18+
runs-on: ubuntu-24.04
1919

2020
steps:
2121
- uses: actions/checkout@v3

externals/qpcpp

Submodule qpcpp updated 236 files

include/qp_config.hpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#ifndef QP_CONFIG_HPP
2+
#define QP_CONFIG_HPP
3+
4+
//default config or cpputest port is used in these examples
5+
6+
#endif //QP_CONFIG_HPP

0 commit comments

Comments
 (0)