mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-02 05:25:41 +00:00
testing something
This commit is contained in:
@ -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
|
||||
|
||||
@ -1,6 +1,3 @@
|
||||
PROJECTM_SDL_SUBDIR=
|
||||
PROJECTM_QT_SUBDIR=
|
||||
|
||||
if ENABLE_SDL
|
||||
PROJECTM_SDL_SUBDIR = projectM-sdl
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user