mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-22 18:19:54 -04:00
MAINT: pipefail for make with pipes.
This commit is contained in:
parent
6cb9ccd55c
commit
208912fdc2
7
Makefile
7
Makefile
@ -1,3 +1,5 @@
|
|||||||
|
SHELL = /bin/bash -o pipefail
|
||||||
|
|
||||||
all: test build
|
all: test build
|
||||||
|
|
||||||
build:
|
build:
|
||||||
@ -28,4 +30,7 @@ install: test
|
|||||||
|
|
||||||
publish: build test
|
publish: build test
|
||||||
cargo publish
|
cargo publish
|
||||||
(cd docsite; make deploysite)
|
(cd docsite; make deploysite)
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f integration.log stdlibtest.log unittest.log
|
Loading…
x
Reference in New Issue
Block a user