Skip to content

Commit

Permalink
Merge pull request #795 from strukturag/ci-generate-full-build
Browse files Browse the repository at this point in the history
CI: Always do a full build of generated files.
  • Loading branch information
fancycode authored Aug 5, 2024
2 parents eec3af2 + e8a5d3e commit efb6dea
Show file tree
Hide file tree
Showing 5 changed files with 1,928 additions and 207 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/generated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
- name: Generate files
run: |
make distclean
make common
- name: Commit changes
Expand Down Expand Up @@ -105,6 +106,7 @@ jobs:
- name: Generate files
run: |
make distclean
make common
- name: Check generated files
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ proxy: $(BINDIR)
clean:
rm -f easyjson-bootstrap*.go

distclean: clean
rm -f $(EASYJSON_GO_FILES) $(PROTO_GO_FILES)

build: server proxy

vendor: go.mod go.sum
Expand Down
Loading

0 comments on commit efb6dea

Please sign in to comment.