Skip to content
Snippets Groups Projects
Commit e2610ebd authored by Dominik Bartkiewicz's avatar Dominik Bartkiewicz
Browse files

Add .travis.yml

parent f212756a
No related branches found
No related tags found
No related merge requests found
sudo: required
language: c
dist: trusty
addons:
mariadb: '10.1'
apt:
packages:
- cmake
- libmunge-dev
- liblua5.2-dev
- munge
- expect
- libhwloc-dev
- libnuma1
- libnuma-dev
- libpam-dev
- libhwloc-dev
- gdb
- valgrind
- libfreeipmi-dev
- man2html
compiler:
- clang
- gcc
cache: ccache
before_script:
- export PATH=/usr/lib/ccache:$PATH
- sudo mount -t tmpfs -o size=1024m tmpfs /tmp
script:
- ./configure --enable-multiple-slurmd --prefix=/tmp/slurm/ > /dev/null
- make -j > /dev/null
- make -j install > /dev/null
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment