Skip to content

Commit d03c4e4

Browse files
committed
testing
1 parent 4990d44 commit d03c4e4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ export CC=$GH_COMPILER
2121
export CXX=${CC%cc}++
2222

2323
if [[ "$GH_BUILDSYS" == "makefile" ]]; then
24+
ls -lAF /usr/lib/x86_64-linux-gnu/pkgconfig/
25+
pkg-config --cflags SDL
26+
pkg-config --cflags sdl
2427
make -f Makefile.simple
2528
elif [[ "$GH_BUILDSYS" == "autotools" ]]; then
2629
autoreconf -vfi

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,9 @@ script:
184184
./configure CXXFLAGS="-W -Wall -Wextra -Werror -Wno-unused-parameter -Wno-maybe-uninitialized -Wno-unknown-warning-option"
185185
make
186186
elif [[ "$TRAVIS_BUILD_SYSTEM" == "Makefile" ]]; then
187+
ls -lAF /usr/lib/x86_64-linux-gnu/pkgconfig/
188+
pkg-config --cflags SDL
189+
pkg-config --cflags sdl
187190
make -f Makefile.simple
188191
elif [[ "$TRAVIS_BUILD_SYSTEM" == "mymake" ]]; then
189192
make -f Makefile.simple mymake

0 commit comments

Comments
 (0)