Skip to content

Commit 1f61972

Browse files
committed
Revert "reduce things done in ubuntu-18.04.yml"
This reverts commit 6be624d.
1 parent 6be624d commit 1f61972

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/codebuild/ubuntu-18.04.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ phases:
88
build:
99
commands:
1010
- echo Build started on `date`
11-
- ci/codebuild/build.sh -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DENABLE_TESTS=ON -DTEST_RESOURCE_PREFIX=ubuntu1804
11+
- ci/codebuild/build.sh -DCMAKE_CXX_CLANG_TIDY=clang-tidy -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DENABLE_TESTS=ON -DTEST_RESOURCE_PREFIX=ubuntu1804
12+
- ci/codebuild/format-check.sh
1213
- ci/codebuild/run-tests.sh aws-lambda-package-lambda-test-fun ubuntu1804
1314
post_build:
1415
commands:

0 commit comments

Comments
 (0)