Skip to content

Commit 6af0665

Browse files
committed
Configuration improved.
1 parent c520fac commit 6af0665

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,24 @@
1+
dist: trusty
2+
sudo: required
13
language: c
24

35
compiler:
46
- gcc
57

68
before_install:
79
- sudo apt-get update
8-
- sudo apt-get install libsdl-image1.2-dev
910
- sudo apt-get install libpng12-dev
1011

1112
install:
1213
- ./autogen.sh
1314
- ./configure --with-tests && make
1415
- sudo make install
1516
- mkdir build && cd build
16-
- wget https://cmake.org/files/v3.1/cmake-3.1.0-Linux-x86_64.tar.gz
17-
- tar xf cmake-3.1.0-Linux-x86_64.tar.gz
18-
- ./cmake-3.1.0-Linux-x86_64/bin/cmake .. -DBUILD_SHARED_LIBS=on -DBUILD_TESTING=on && make
17+
- cmake .. -DWITH_TESTS=yes -DBUILD_SHARED_LIBS=on && make
1918
- DESTDIR=$PWD/install make install
2019

2120
script:
2221
- cd $TRAVIS_BUILD_DIR/tests
23-
- ./test_configure.sh
2422
- ./test_all.sh
2523
- cd $TRAVIS_BUILD_DIR/build/tests
2624
- cp $TRAVIS_BUILD_DIR/tests/frame ./

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
- Added 'CTestTestfile.cmake'.
1515
* configure.ac, CMakeLists.txt, README, README.md:
1616
- Bumped version to 4.0.0, preparing for major update.
17+
* .travis.yml:
18+
- Configuration improved.
1719

1820
2017.09.06 Kentaro Fukuchi <[email protected]>
1921
* mqrspec.h:

0 commit comments

Comments
 (0)