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 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
|
||||||
|
@ -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
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user