Skip to content

chore: Add AWS CodeBuild buildspec #125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 22, 2020
Merged

chore: Add AWS CodeBuild buildspec #125

merged 2 commits into from
Dec 22, 2020

Conversation

seebees
Copy link
Contributor

@seebees seebees commented Dec 17, 2020

Adding buildspec to batch build
multiple JDK environments

  • corretto8
  • corretto11
  • openjdk8
  • openjdk11

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Check any applicable:

  • Were any files moved? Moving files changes their URL, which breaks all hyperlinks to the files.

Adding buildspec to batch build
multiple JDK environments

* corretto8
* corretto11
* openjdk8
* openjdk11
@codecov-io
Copy link

codecov-io commented Dec 17, 2020

Codecov Report

Merging #125 (fc3af3b) into master (fed2f10) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #125   +/-   ##
=========================================
  Coverage     88.35%   88.35%           
  Complexity      373      373           
=========================================
  Files            24       24           
  Lines          1348     1348           
  Branches        158      158           
=========================================
  Hits           1191     1191           
  Misses          114      114           
  Partials         43       43           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fed2f10...fc3af3b. Read the comment docs.

Remove the Codecov upload from Travis,
and add it to CodeBuild.

It needs to be in a separate script
because of the way that CodeBuild parses YAML.
The `(` breaks the parser
and gives `Syntax error: "(" unexpected`
@seebees seebees merged commit 0c6a1dc into aws:master Dec 22, 2020
@seebees seebees deleted the codebuild branch December 22, 2020 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants