Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Sunxi Tools
Commits
6ade0af8
Commit
6ade0af8
authored
Apr 12, 2016
by
Bernhard Nortmann
Browse files
Add Travis CI configuration file
Signed-off-by:
Bernhard Nortmann
<
bernhard.nortmann@web.de
>
parent
b59f4584
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
0 → 100644
View file @
6ade0af8
# use container-based infrastructure
sudo
:
false
language
:
c
os
:
-
linux
-
osx
# take care of the libusb dependency for Linux
addons
:
apt
:
packages
:
-
libusb-1.0-0-dev
# take care of the libusb dependency for Mac OS X
before_install
:
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update;
brew install libusb;
fi
# build by simply using the Makefile
script
:
-
make
-
make misc
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment