Skip to content

Commit

Permalink
Custom VFS
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Konka authored and kubkon committed Mar 29, 2019
1 parent 41b2ac1 commit fcede1d
Show file tree
Hide file tree
Showing 31 changed files with 945 additions and 637 deletions.
14 changes: 4 additions & 10 deletions .travis.yml
Expand Up @@ -5,20 +5,14 @@ matrix:
include:
- os: linux
dist: xenial
- os: osx
osx_image: xcode10.1
compiler: clang
fast_finish: true
cache: cargo
sudo: true
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-add-repository ppa:phoerious/keepassxc -y; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -q; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install autoconf2.13 libsodium-dev -y; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install autoconf@2.13; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install yasm; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install libsodium; fi
addons:
apt:
packages:
- autoconf2.13
branches:
only:
- master
Expand Down

0 comments on commit fcede1d

Please sign in to comment.