Set JANET_DIST_DIR on release.

This commit is contained in:
Calvin Rose 2021-05-30 09:23:52 -05:00
parent dfa5fa1187
commit ff4d49f556
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ script:
- make test - make test
- sudo make install - sudo make install
- make test-install - make test-install
- make build/janet-${TRAVIS_TAG}-${TRAVIS_OS_NAME}.tar.gz - JANET_DIST_DIR=janet-${TRAVIS_TAG}-${TRAVIS_OS_NAME} make build/janet-${TRAVIS_TAG}-${TRAVIS_OS_NAME}.tar.gz
compiler: compiler:
- clang - clang
- gcc - gcc