Skip to content

Commit

Permalink
Merge pull request #11 from sfarrens/master
Browse files Browse the repository at this point in the history
remove example from unit tests
  • Loading branch information
sfarrens authored Nov 29, 2017
2 parents 5851bb3 + ee57b89 commit 25fef6d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 15 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,28 @@
language: C++

# GitHub branch
branches:
only:
- master

sudo: false

# install dependencies
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libcfitsio3-dev

# set up installation
install:
- mkdir build
- cd build
- cmake ..

# build package and install
script:
- make install
- make test

# notification settings
notification:
email: false
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ project(sparse2d)

# Add unit tests
enable_testing()
set(UNIT_TESTS mr_transform_test example)
set(UNIT_TESTS mr_transform_test)

foreach(program ${UNIT_TESTS})
add_executable(${program} ${PROJECT_SOURCE_DIR}/tests/${program}.cpp)
Expand Down
14 changes: 0 additions & 14 deletions tests/example.cpp

This file was deleted.

0 comments on commit 25fef6d

Please sign in to comment.