all repos — homestead @ 5f09e69507ea69226c30423af8cabf69b78a2908

Code for my website

compile and use a real binary in CI

Alan Pearce
commit

5f09e69507ea69226c30423af8cabf69b78a2908

parent

bf7d485ed34267bbd9afe911e7066c3236b1b3d8

1 file changed, 6 insertions(+), 3 deletions(-)

jump to
M justfilejustfile
@@ -16,7 +16,7 @@
check-licenses: go-licenses check ./... -check-links: (build "--compress=false") +check-links: (build-site "--compress=false") hyperlink public --sources {{ website_repo }} update-all:
@@ -24,8 +24,11 @@ nix flake update
go get -u all gomod2nix -build *BUILD_FLAGS: - SOURCE={{ website_repo }} go run ./cmd/build {{ BUILD_FLAGS }} +build: + go build ./cmd/build + +build-site *BUILD_FLAGS: build + SOURCE={{ website_repo }} ./build {{ BUILD_FLAGS }} run: dev