Fix for SSL on travis
This commit is contained in:
parent
2bbcf1251f
commit
515362cf07
|
@ -13,6 +13,7 @@ before_install:
|
||||||
Caskroom/cask/osxfuse; brew tap glendc/gcc_cross_compilers; brew install glendc/gcc_cross_compilers/x64-elf-binutils
|
Caskroom/cask/osxfuse; brew tap glendc/gcc_cross_compilers; brew install glendc/gcc_cross_compilers/x64-elf-binutils
|
||||||
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
|
||||||
- make clean
|
- make clean
|
||||||
- make update
|
- make update
|
||||||
- make build/harddrive.bin.gz build/livedisk.bin.gz -j 2
|
- make build/harddrive.bin.gz build/livedisk.bin.gz -j 2
|
||||||
|
|
Loading…
Reference in a new issue