Permalink
Fetching contributors…
Cannot retrieve contributors at this time
24 lines (23 sloc) 688 Bytes
language: c
cache:
- apt
- ccache
env:
global:
- FLAVOR=linux_ubuntu_12_64
before_install:
# install build-dependencies as the doc says
- sudo sh src/other_builds/OS_notes.linux_ubuntu_12_64
# install packages needed for testing
- sudo apt-get install xvfb xauth libgl1-mesa-dri mesa-utils tcsh libjpeg-progs
install:
- cd src
- cp other_builds/Makefile.$FLAVOR Makefile
- make vastness
script:
- export PATH=$PATH:$PWD/$FLAVOR # to gain access to built binaries
- mkdir ../testing; cd ../testing # from here will run tests
- cmake -DAFNI_BUILD_TESTS:BOOL=ON ..
- ctest
# Smoke tests for some additional commands
- 3dinfo