Skip to content
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

Build the site when something is pushed to main, or on PRs #9

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

niloc132
Copy link
Contributor

@niloc132 niloc132 commented Apr 24, 2022

There is room for improvement here, this is meant to be a first draft
before we start merging other cleanup, to validate those merges.

Fixes #7

@niloc132 niloc132 marked this pull request as draft March 5, 2023 22:12
@niloc132
Copy link
Contributor Author

niloc132 commented Mar 5, 2023

(wrong issue commented on)

@niloc132 niloc132 marked this pull request as ready for review March 5, 2023 22:42
@niloc132 niloc132 marked this pull request as draft March 5, 2023 22:43
@niloc132
Copy link
Contributor Author

niloc132 commented Mar 5, 2023

Build summary, with downloadable generated JS https://github.com/niloc132/gwt-site-webapp/actions/runs/4338262581 (requires #11)

.github/workflows/build.yml Outdated Show resolved Hide resolved
.github/workflows/build.yml Outdated Show resolved Hide resolved
.github/workflows/build.yml Outdated Show resolved Hide resolved
pom.xml Outdated Show resolved Hide resolved

<properties>
<maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<gwt.version>2.7.0</gwt.version>
<gwtquery.version>1.4.2</gwtquery.version>
<gwt.version>2.9.0</gwt.version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move to using the BOM?

pom.xml Show resolved Hide resolved
pom.xml Outdated Show resolved Hide resolved
pom.xml Outdated Show resolved Hide resolved
@@ -17,36 +16,24 @@
- To **build** and check the app, run

$ cd [...]/gwt-site-webapp
$ mvn package
$ mvn verify
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't the full-site profile be mentioned somewhere in the README?

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.

Setup continuous integration to ensure that PRs work properly, provide artifacts for deployment
2 participants