Skip to content

Commit a1a842e

Browse files
committed
Fix azure-pipelines.yml
1 parent 994d516 commit a1a842e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ add_library(crud-lib
88
src/controller/UserController.hpp
99
src/db/UserDb.hpp
1010
src/dto/PageDto.hpp
11+
src/dto/StatusDto.hpp
1112
src/dto/UserDto.hpp
1213
src/service/UserService.cpp
1314
src/service/UserService.hpp
1415
src/AppComponent.hpp
1516
src/DatabaseComponent.hpp
1617
src/SwaggerComponent.hpp
17-
src/ErrorHandler.cpp src/ErrorHandler.hpp src/dto/StatusDto.hpp)
18+
src/ErrorHandler.cpp
19+
src/ErrorHandler.hpp)
1820

1921
## include directories
2022

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- script: |
5757
cmake ..
5858
sudo make
59-
displayName: 'CMake'
59+
displayName: 'CMake'
6060
workingDirectory: build
6161
- script: |
6262
make test ARGS="-V"

0 commit comments

Comments
 (0)