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
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,19 @@ before_script: ./autogen.sh
4
4
before_install:
5
5
- eval "${MATRIX_EVAL}"
6
6
7
+
# TODO: test different combinations of flags, --enable-sdl, --enable-qt, etc
7
8
script:
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\
9
+
- ./configure --enable-sdl --prefix=$PWD/local && make -j8 && make install # build from checkout
10
+
- make dist && tar -zxf projectM-*.tar.gz && cd projectM-* && ./configure --enable-sdl --prefix=$PWD/dist_install && make -j8 && make install # build from dist
10
11
- echo "PWD $PWD"
11
12
- ls .
12
13
- test -e src/projectM-sdl/projectMSDL
13
14
- test -e src/libprojectM/libprojectM.la
14
-
- test -e local/share/projectM/fonts/Vera.ttf
15
-
- test -e local/share/projectM/shaders/blur.cg
16
-
- test -d local/share/projectM/presets
17
-
- test -e local/lib/libprojectM.la
18
-
- test -e local/include/projectM.hpp
15
+
- test -e dist_install/share/projectM/fonts/Vera.ttf
16
+
- test -e dist_install/share/projectM/shaders/blur.cg
0 commit comments