Skip to content
Snippets Groups Projects
Commit fd4d6744 authored by Jeremy Soller's avatar Jeremy Soller Committed by GitHub
Browse files

Merge pull request #4 from genodeftest/patch-3

Travis: fix config (on Linux)
parents b25b2687 a3138524
No related branches found
No related tags found
No related merge requests found
sudo: required
language: rust
rust:
- nightly
sudo: false
os:
- linux
- osx
dist: trusty
before_install:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
brew tap sevki/homebrew-gcc_cross_compilers;
brew update;
brew unlink gcc;
brew install sevki/gcc_cross_compilers/x86_64-elf-binutils sevki/gcc_cross_compilers/x86_64-elf-gcc nasm;
fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
sudo apt-get install -qq nasm pkg-config fuse libfuse-dev;
sudo modprobe fuse;
sudo chmod 666 /dev/fuse;
sudo chown root:$USER /etc/fuse.conf;
fi
notifications:
email: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment