mirror of
https://github.com/urbit/shrub.git
synced 2024-12-01 06:35:32 +03:00
29 lines
415 B
YAML
29 lines
415 B
YAML
language: c
|
|
script: make && make test # no ./configure
|
|
|
|
# Uncomment me if this gets annoying
|
|
#
|
|
# notifications:
|
|
# email: false
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- libgmp3-dev
|
|
- libsigsegv-dev
|
|
- openssl
|
|
- libssl-dev
|
|
- libncurses5-dev
|
|
- make
|
|
- exuberant-ctags
|
|
- automake
|
|
- autoconf
|
|
- libtool
|
|
- g++
|
|
- ragel
|
|
- cmake
|
|
- re2c
|
|
- libcurl4-gnutls-dev
|
|
- python
|
|
|