Skip to content

Commit f8007a6

Browse files
committed
update config.yml
default OFF
1 parent d126a71 commit f8007a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Configure and build
1717
run: |
18-
cmake . -B build -DFMU4CPP_BUILD_TESTS=ON
18+
cmake . -B build -DFMU4CPP_BUILD_TESTS=ON -DFMU4CPP_BUILD_EXAMPLES=ON
1919
cmake --build build
2020
2121
- name: "Read model name"
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: "Configure and build"
4747
run: |
48-
cmake . -B build -DFMU4CPP_BUILD_TESTS=ON -A x64
48+
cmake . -B build -DFMU4CPP_BUILD_TESTS=ON -DFMU4CPP_BUILD_EXAMPLES=ON -A x64
4949
cmake --build build --config Release
5050
5151
- name: "Read model name"

0 commit comments

Comments
 (0)