File tree Expand file tree Collapse file tree 4 files changed +1
-62
lines changed
Expand file tree Collapse file tree 4 files changed +1
-62
lines changed Original file line number Diff line number Diff line change 3636 - run : mkdir dist -ea 0
3737 - run : go build -o dist ./cmd/...
3838 - run : go test -v ./mdtest
39- output-check :
40- runs-on : ubuntu-22.04
41- steps :
42- - uses : actions/checkout@v4
43- - uses : actions/setup-go@v5
44- with :
45- go-version-file : go.mod
46- - run : make install
47- - run : make output-check
Original file line number Diff line number Diff line change 11/bin /
22/dist /
3- /zed-sample-data /
43node_modules /
54
65.idea
Original file line number Diff line number Diff line change 2929 go mod tidy
3030 git diff --exit-code -- go.mod go.sum
3131
32- SAMPLEDATA: =zed-sample-data/README.md
33-
34- $(SAMPLEDATA ) :
35- git clone --depth=1 https://github.com/brimdata/zed-sample-data $(@D )
36-
37- sampledata : $(SAMPLEDATA )
38-
3932bin/minio : Makefile
4033 @curl -o $@ --compressed --create-dirs \
4134 https://dl.min.io/server/minio/release/$$(go env GOOS ) -$$(go env GOARCH ) /archive/minio.RELEASE.2022-05-04T07-45-27Z
@@ -59,9 +52,6 @@ test-run: build bin/minio
5952test-heavy : build
6053 @PATH=" $( CURDIR) /dist:$( PATH) " go test -tags=heavy ./mdtest
6154
62- output-check : build $(SAMPLEDATA )
63- scripts/output-check.sh
64-
6555build : $(PEG_DEP )
6656 @mkdir -p dist
6757 @go build -ldflags=' $(LDFLAGS)' -o dist ./cmd/...
@@ -92,5 +82,5 @@ test-ci: fmt tidy vet test-generate test-unit test-system test-heavy
9282clean :
9383 @rm -rf dist
9484
95- .PHONY : fmt tidy vet test-unit test-system test-heavy sampledata test-ci
85+ .PHONY : fmt tidy vet test-unit test-system test-heavy test-ci
9686.PHONY : build install clean generate test-generate
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments