Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
More travis tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbdatko committed Jun 23, 2015
1 parent 7b7a419 commit d0f06d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ before_install:

script:
- ./autogen.sh
- ./configure --enable-deb CFLAGS='-g -fmessage-length=0 -pedantic -std=gnu99 -Wall -Wextra -Wwrite-strings -Winit-self -Wcast-align -Wcast-qual -Wpointer-arith -Wstrict-aliasing -Wformat=2 -Wmissing-declarations -Wmissing-include-dirs -Wno-unused-parameter -Wuninitialized -Wold-style-definition -Wstrict-prototypes -Wmissing-prototypes -Wshadow'
- ./configure CFLAGS='-g -fmessage-length=0 -pedantic -std=gnu99 -Wall -Wextra -Wwrite-strings -Winit-self -Wcast-align -Wcast-qual -Wpointer-arith -Wstrict-aliasing -Wformat=2 -Wmissing-declarations -Wmissing-include-dirs -Wno-unused-parameter -Wuninitialized -Wold-style-definition -Wstrict-prototypes -Wmissing-prototypes -Wshadow'
- make
- make clean
- ./configure --enable-deb
- make check
- make deb

0 comments on commit d0f06d5

Please sign in to comment.