You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ before_install:
5
5
- eval "${MATRIX_EVAL}"
6
6
7
7
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\
0 commit comments