Skip to content

Commit

Permalink
Add basicTypes exercise to CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
hageboeck committed Apr 2, 2024
1 parent ceb9746 commit cbf989f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-exercises.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
EXERCISE:
- NAME: "asan"
- NAME: "atomic"
- NAME: "basicTypes"
- NAME: "callgrind"
- NAME: "concepts"
- NAME: "condition_variable"
Expand Down
1 change: 1 addition & 0 deletions exercises/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ endif()
add_subdirectory( hello )
add_subdirectory( asan )
add_subdirectory( atomic )
add_subdirectory( basicTypes )
add_subdirectory( callgrind )
add_subdirectory( condition_variable )
add_subdirectory( constness )
Expand Down
2 changes: 1 addition & 1 deletion exercises/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TESTDIRS = callgrind cppcheck header_units control hello modules move python smartPointers templates virtual_inheritance \
debug helgrind memcheck polymorphism race stl valgrind
debug helgrind memcheck polymorphism race stl valgrind basicTypes
NOCOMPILETESTDIRS = constness

solution:
Expand Down

0 comments on commit cbf989f

Please sign in to comment.