1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-24 17:27:18 +00:00

Update CI test-install.

This commit is contained in:
Calvin Rose 2019-05-28 13:03:47 -04:00
parent f12f896020
commit 873054d055
3 changed files with 3 additions and 3 deletions

View File

@ -8,5 +8,5 @@ tasks:
gmake CC=gcc gmake CC=gcc
gmake test CC=gcc gmake test CC=gcc
sudo gmake install CC=gcc sudo gmake install CC=gcc
gmake test-install CC=gcc sudo gmake test-install CC=gcc
gmake test-amalg CC=gcc gmake test-amalg CC=gcc

View File

@ -7,5 +7,5 @@ tasks:
gmake gmake
gmake test gmake test
doas gmake install doas gmake install
gmake test-install doas gmake test-install
gmake test-amalg gmake test-amalg

View File

@ -3,7 +3,7 @@ script:
- make - make
- make test - make test
- sudo make install - sudo make install
- make test-install - sudo make test-install
- make test-amalg - make test-amalg
- make build/janet-${TRAVIS_TAG}-${TRAVIS_OS_NAME}.tar.gz - make build/janet-${TRAVIS_TAG}-${TRAVIS_OS_NAME}.tar.gz
compiler: compiler: