Skip to content

Commit 2d3a5b7

Browse files
committed
Remove codebuild configuration.
Since we have now implemented most jobs on github actions, it makes sense to depend on that and remove codebuild, as this has multiple benefits: 1) It makes it easier for project contributors to see the result of the builds of their PRs (in codebuild, it was very complicated to access the build results, and as a matter of fact we had special instructions for accessing them). 2) It removes the maintenance burden from us to maintain multiple CI systems, especially since there are not obvious benefits to doing so. 3) We no longer need to have so many jobs needed for one PR, which used to create multiple problems, as it was the case that some jobs would always fail in some way (like fail to be initialised).
1 parent eeb48a2 commit 2d3a5b7

8 files changed

+0
-329
lines changed

AccessingCodebuildLogs.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

buildspec-linux-clang-3.8.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

buildspec-linux-clang.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

buildspec-linux-cmake-gcc.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

buildspec-msbuild.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

buildspec-windows-cmake.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

buildspec-windows.yml

Lines changed: 0 additions & 78 deletions
This file was deleted.

buildspec.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)