-
Notifications
You must be signed in to change notification settings - Fork 393
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(pipeline): run build of github pages on pullRequests (#3607)
Co-authored-by: Morgan Bazalgette <[email protected]>
- Loading branch information
1 parent
8410060
commit 6fe3b31
Showing
3 changed files
with
23 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
all: clean gen | ||
|
||
GOROOT_SAVE ?= $(shell go env GOROOT) | ||
|
||
gen: | ||
go run . -src $(GOROOT)/src -dst ../../gnovm/stdlibs -out ./stdlib_diff | ||
go run . -src $(GOROOT_SAVE)/src -dst ../../gnovm/stdlibs -out ./stdlib_diff | ||
|
||
clean: | ||
rm -rf stdlib_diff |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters