mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
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
|
||||
glendc/gcc_cross_compilers/x64-elf-gcc; fi
|
||||
script:
|
||||
- export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
|
||||
- make clean
|
||||
- make update
|
||||
- make build/harddrive.bin.gz build/livedisk.bin.gz -j 2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user