mirror of
https://github.com/janet-lang/janet
synced 2024-11-24 17:27:18 +00:00
Remove 'make test-amalg' from CI.
This commit is contained in:
parent
7d26de6697
commit
8cb63cebbe
@ -10,4 +10,3 @@ tasks:
|
|||||||
gmake test
|
gmake test
|
||||||
sudo gmake install
|
sudo gmake install
|
||||||
gmake test-install
|
gmake test-install
|
||||||
gmake test-amalg
|
|
||||||
|
@ -10,4 +10,3 @@ tasks:
|
|||||||
gmake test
|
gmake test
|
||||||
doas gmake install
|
doas gmake install
|
||||||
gmake test-install
|
gmake test-install
|
||||||
gmake test-amalg
|
|
||||||
|
@ -4,7 +4,6 @@ script:
|
|||||||
- make test
|
- make test
|
||||||
- sudo make install
|
- sudo make install
|
||||||
- make test-install
|
- make test-install
|
||||||
- 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:
|
||||||
- clang
|
- clang
|
||||||
|
Loading…
Reference in New Issue
Block a user