Skip to content

Commit

Permalink
Add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fafik23 committed Sep 7, 2017
1 parent f212756 commit e2610eb
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
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 comments on commit e2610eb

Please sign in to comment.