mirror of
https://github.com/facebook/zstd.git
synced 2025-03-06 16:56:49 +02:00
fixed travis ci tests
This commit is contained in:
parent
f506c8b2f2
commit
0e9d92c019
4
Makefile
4
Makefile
@ -32,7 +32,7 @@
|
||||
# ################################################################
|
||||
|
||||
# Version number
|
||||
export VERSION=0
|
||||
export VERSION=0.0.1
|
||||
export RELEASE=r$(VERSION)
|
||||
|
||||
DESTDIR?=
|
||||
@ -88,6 +88,6 @@ test:
|
||||
test-travis: $(TRAVIS_TARGET)
|
||||
|
||||
prg-travis:
|
||||
@cd $(PRGDIR); $(MAKE) -e $(TRAVIS_TARGET)
|
||||
@cd $(PRGDIR); $(MAKE) -e $(ZSTD_TRAVIS_CI_ENV)
|
||||
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user