Skip to content

Commit

Permalink
Merge pull request #12 from openxc/Travis-Update
Browse files Browse the repository at this point in the history
Travis update to xenial
  • Loading branch information
emarsman authored Mar 26, 2019
2 parents ef67197 + 21d3abe commit e652490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist: xenial
language: c
compiler:
- gcc
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CC = gcc
INCLUDES = -Isrc -Ideps/bitfield-c/src
CFLAGS = $(INCLUDES) -c -Wall -Werror -g -ggdb -std=gnu99 -coverage
LDFLAGS = -coverage
LDLIBS = -lcheck -lm -lrt -lpthread
LDLIBS = -lcheck -lm -lrt -lpthread -lsubunit

TEST_DIR = tests
TEST_OBJDIR = build
Expand Down

0 comments on commit e652490

Please sign in to comment.