mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
fixed travis ci tests
This commit is contained in:
parent
f506c8b2f2
commit
0e9d92c019
1 changed files with 2 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue