Commit 9ff490b2 authored by Greg Williams's avatar Greg Williams
Browse files

Updated Travis CI config to use Make-based build and test using both GCC and Clang

parent 2babf9af
Loading
Loading
Loading
Loading
+5 −8
Original line number Diff line number Diff line
language: c
os:
  - linux
  - osx
matrix:
  allow_failures:
    - os: osx
language: ruby
rvm:
  - "1.9.3"
  - "2.0.0"
compiler:
  - clang
  - gcc
install:
  - bundle install
  - bundle exec ruby ./config/travis_install.rb
script:
  - bundle exec rake verbose ci
  - make all
+3 −0
Original line number Diff line number Diff line
@@ -202,3 +202,6 @@ run: $(UTIL_EXEC)
	exec java -classpath "$(CLASSPATH)" $(SIM_ADMIN) -setup -erase true
	$(UTIL_EXEC) noop put get delete
	exec pkill -f 'java.*kinetic-simulator'
	@echo
	@echo Test Utility integration tests w/ kinetic-c lib passed!
	@echo