mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-24 00:55:32 +00:00
test building sdl
This commit is contained in:
@ -5,8 +5,8 @@ before_install:
|
||||
- eval "${MATRIX_EVAL}"
|
||||
|
||||
script:
|
||||
- ./configure --prefix=$PWD/local && make -j8 && make install # build from checkoout
|
||||
- make dist && tar -zxf projectM-*.tar.gz && cd projectM-* && ./configure --prefix=$PWD/local && make -j8 && make install # build from dist\
|
||||
- ./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\
|
||||
- echo "PWD $PWD"
|
||||
- ls .
|
||||
- test -e src/projectM-sdl/projectMSDL
|
||||
|
||||
Reference in New Issue
Block a user