Skip to content

Commit

Permalink
Configuration improved.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukuchi committed Sep 7, 2017
1 parent c520fac commit 6af0665
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
dist: trusty
sudo: required
language: c

compiler:
- gcc

before_install:
- sudo apt-get update
- sudo apt-get install libsdl-image1.2-dev
- sudo apt-get install libpng12-dev

install:
- ./autogen.sh
- ./configure --with-tests && make
- sudo make install
- mkdir build && cd build
- wget https://cmake.org/files/v3.1/cmake-3.1.0-Linux-x86_64.tar.gz
- tar xf cmake-3.1.0-Linux-x86_64.tar.gz
- ./cmake-3.1.0-Linux-x86_64/bin/cmake .. -DBUILD_SHARED_LIBS=on -DBUILD_TESTING=on && make
- cmake .. -DWITH_TESTS=yes -DBUILD_SHARED_LIBS=on && make
- DESTDIR=$PWD/install make install

script:
- cd $TRAVIS_BUILD_DIR/tests
- ./test_configure.sh
- ./test_all.sh
- cd $TRAVIS_BUILD_DIR/build/tests
- cp $TRAVIS_BUILD_DIR/tests/frame ./
Expand Down
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
- Added 'CTestTestfile.cmake'.
* configure.ac, CMakeLists.txt, README, README.md:
- Bumped version to 4.0.0, preparing for major update.
* .travis.yml:
- Configuration improved.

2017.09.06 Kentaro Fukuchi <[email protected]>
* mqrspec.h:
Expand Down

0 comments on commit 6af0665

Please sign in to comment.