From 9a6045efefce3a013486d05c79451ca043695f9c Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Mon, 17 Feb 2014 22:23:14 -0500 Subject: Makefile improvements, add .travis.* --- .travis.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..0cf6c69 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,16 @@ +language: c +env: + - MINIMAL=1 + - CFLAGS="-O2 -march=native -pipe" + - CXXFLAGS="-O2 -march=native -pipe" +before_install: ./.travis.sh before_install +install: ./.travis.sh install +script: ./.travis.sh script +notifications: + email: + - alex_y_xu@yahoo.ca + irc: + channels: + - "chat.freenode.net#html5ks" + on_success: change + on_failure: always -- cgit v1.2.3-54-g00ecf