Skip to content

Commit 554f047

Browse files
committed
Use cmake in ep 2 CI test
1 parent 97e86f7 commit 554f047

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docker/Dockerfile.ep-2

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ COPY --chown=vscode episodes/2-intro-to-fortran-unit-tests /home/vscode/2-intro-
44

55
WORKDIR /home/vscode/2-intro-to-fortran-unit-tests/solution
66

7-
# test with fpm
8-
RUN fpm test
7+
# test with cmake
8+
RUN cmake -B build
9+
RUN cmake --build build
10+
RUN ctest --test-dir build --output-on-failure

0 commit comments

Comments
 (0)