testing something

This commit is contained in:
Mischa Spiegelmock
2018-04-03 00:11:54 -07:00
parent 42c25b6dbe
commit 7fd36f5f97
2 changed files with 1 additions and 4 deletions

View File

@ -6,7 +6,7 @@ before_install:
script:
- ./configure --enable-sdl --prefix=$PWD/local && make -j8 && make install # build from checkoout
- make dist && tar -zxf projectM-*.tar.gz && cd projectM-* && ./configure --enable-sdl --prefix=$PWD/local && make -j8 && make install # build from dist\
- make dist && tar -zxf projectM-*.tar.gz && cd projectM-* && ./configure --enable-sdl --prefix=$PWD/distbuild && make -j8 && make install # build from dist\
- echo "PWD $PWD"
- ls .
- test -e src/projectM-sdl/projectMSDL

View File

@ -1,6 +1,3 @@
PROJECTM_SDL_SUBDIR=
PROJECTM_QT_SUBDIR=
if ENABLE_SDL
PROJECTM_SDL_SUBDIR = projectM-sdl
endif