Skip to content

Commit 6be624d

Browse files
authored
reduce things done in ubuntu-18.04.yml
1 parent b254a62 commit 6be624d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/codebuild/ubuntu-18.04.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ phases:
88
build:
99
commands:
1010
- echo Build started on `date`
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
11+
- ci/codebuild/build.sh -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DENABLE_TESTS=ON -DTEST_RESOURCE_PREFIX=ubuntu1804
1312
- ci/codebuild/run-tests.sh aws-lambda-package-lambda-test-fun ubuntu1804
1413
post_build:
1514
commands:

0 commit comments

Comments
 (0)