mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Remove Makefile
This commit is contained in:
parent
58d2854bbd
commit
2fd691c490
2 changed files with 3 additions and 7 deletions
|
@ -30,8 +30,9 @@ install:
|
||||||
- popd
|
- popd
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make check
|
- test -z "$(go fmt ./...)"
|
||||||
- go test -v -race ./broker ./client
|
- go vet ./...
|
||||||
|
- go test -v -race ./...
|
||||||
- cd proxy
|
- cd proxy
|
||||||
- npm run-script lint
|
- npm run-script lint
|
||||||
- npm test
|
- npm test
|
||||||
|
|
5
Makefile
5
Makefile
|
@ -1,5 +0,0 @@
|
||||||
.SILENT: check
|
|
||||||
.PHONY: check
|
|
||||||
check:
|
|
||||||
! gofmt -l . 2>&1 | read
|
|
||||||
go vet ./broker ./client ./server ./server-webrtc
|
|
Loading…
Add table
Add a link
Reference in a new issue