mirror of
https://github.com/janet-lang/janet
synced 2025-09-11 07:16:11 +00:00
Add test-install to travis CI.
Users have been reporting installation trouble on platforms like OSX and BSDs, so we need to make sure that the cook module is more portable.
This commit is contained in:
@@ -2,6 +2,8 @@ language: c
|
||||
script:
|
||||
- make
|
||||
- make test
|
||||
- make install
|
||||
- make test-install
|
||||
- make build/janet-${TRAVIS_TAG}-${TRAVIS_OS_NAME}.tar.gz
|
||||
compiler:
|
||||
- clang
|
||||
|
Reference in New Issue
Block a user