Skip to content

Commit 1969e14

Browse files
committed
test building sdl
1 parent 5920c50 commit 1969e14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ before_install:
55
- eval "${MATRIX_EVAL}"
66

77
script:
8-
- ./configure --prefix=$PWD/local && make -j8 && make install # build from checkoout
9-
- make dist && tar -zxf projectM-*.tar.gz && cd projectM-* && ./configure --prefix=$PWD/local && make -j8 && make install # build from dist\
8+
- ./configure --enable-sdl --prefix=$PWD/local && make -j8 && make install # build from checkoout
9+
- make dist && tar -zxf projectM-*.tar.gz && cd projectM-* && ./configure --enable-sdl --prefix=$PWD/local && make -j8 && make install # build from dist\
1010
- echo "PWD $PWD"
1111
- ls .
1212
- test -e src/projectM-sdl/projectMSDL

0 commit comments

Comments
 (0)