We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd3916 commit eb98d93Copy full SHA for eb98d93
.github/workflows/ci_linux.yml
@@ -20,3 +20,12 @@ jobs:
20
sudo apt install -yq --no-install-recommends gfortran libnetcdff-dev
21
22
- run: ctest -S setup.cmake -VV
23
+
24
+ - name: build examples
25
+ run: |
26
+ cmake -B Examples/build -S Examples
27
+ cmake --build Examples/build
28
29
+ - name: test examples
30
+ run: ctest -V
31
+ working-directory: Examples/build
.github/workflows/ci_mac.yml
env:
FC: gfortran-9
CC: gcc-9
0 commit comments