2018-02-14 01:57:29 +01:00
|
|
|
sudo: true
|
2017-07-12 05:13:52 +02:00
|
|
|
language: crystal
|
2019-06-25 22:35:15 +02:00
|
|
|
os:
|
|
|
|
- linux
|
|
|
|
# - osx
|
|
|
|
|
2018-02-14 01:57:29 +01:00
|
|
|
install:
|
2019-06-27 02:22:33 +02:00
|
|
|
- COX_BUILD_DEBUG=1 LIBSODIUM_BUILD_DIR=$HOME/libsodium ./build/libsodium_install.sh
|
2018-02-14 01:57:29 +01:00
|
|
|
before_script:
|
2019-06-27 02:22:33 +02:00
|
|
|
- export LIBSODIUM_BUILD_DIR=$HOME/libsodium
|
|
|
|
after_failure:
|
|
|
|
- "[ -f libsodium_install.out ] && cat libsodium_install.out"
|
2019-06-25 22:35:15 +02:00
|
|
|
cache:
|
|
|
|
directories:
|
2019-06-27 02:22:33 +02:00
|
|
|
- "$HOME/libsodium"
|
2019-06-25 22:35:15 +02:00
|
|
|
|
|
|
|
#addons:
|
|
|
|
# apt:
|
|
|
|
# packages:
|
|
|
|
# - libsodium-dev # old
|
|
|
|
# homebrew:
|
|
|
|
# packages:
|
|
|
|
# - libsodium # takes forever
|