We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4bb65b5 + e935c62 commit 346f22cCopy full SHA for 346f22c
.travis.yml
@@ -0,0 +1,7 @@
1
+language: cpp
2
+compiler: clang
3
+
4
+script:
5
+ - examples/build_examples.sh
6
+ - examples/example1
7
+ - examples/example2
examples/build_examples.sh
@@ -1,5 +1,9 @@
#!/bin/sh
+set -e
+set -u
+cd $(dirname $0)
CC=clang
8
CFLAGS="--std=c89 -Werror -Wall -Wextra"
9
CFLAGS="$CFLAGS -funsigned-char"
0 commit comments