Travis script require completion
This commit is contained in:
parent
515362cf07
commit
1001af3d90
|
@ -14,9 +14,7 @@ before_install:
|
||||||
glendc/gcc_cross_compilers/x64-elf-gcc; fi
|
glendc/gcc_cross_compilers/x64-elf-gcc; fi
|
||||||
script:
|
script:
|
||||||
- export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
|
- export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
|
||||||
- make clean
|
- make clean && make update && make build/harddrive.bin.gz build/livedisk.bin.gz -j 2
|
||||||
- make update
|
|
||||||
- make build/harddrive.bin.gz build/livedisk.bin.gz -j 2
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
webhooks: http://37.139.9.28:54863/travis
|
webhooks: http://37.139.9.28:54863/travis
|
||||||
|
|
Loading…
Reference in a new issue