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:
parent
f12f896020
commit
873054d055
@ -8,5 +8,5 @@ tasks:
|
||||
gmake CC=gcc
|
||||
gmake test CC=gcc
|
||||
sudo gmake install CC=gcc
|
||||
gmake test-install CC=gcc
|
||||
sudo gmake test-install CC=gcc
|
||||
gmake test-amalg CC=gcc
|
||||
|
@ -7,5 +7,5 @@ tasks:
|
||||
gmake
|
||||
gmake test
|
||||
doas gmake install
|
||||
gmake test-install
|
||||
doas gmake test-install
|
||||
gmake test-amalg
|
||||
|
@ -3,7 +3,7 @@ script:
|
||||
- make
|
||||
- make test
|
||||
- sudo make install
|
||||
- make test-install
|
||||
- sudo make test-install
|
||||
- make test-amalg
|
||||
- make build/janet-${TRAVIS_TAG}-${TRAVIS_OS_NAME}.tar.gz
|
||||
compiler:
|
||||
|
Loading…
Reference in New Issue
Block a user