Testing build

This commit is contained in:
Peter Squicciarini
2018-08-13 11:14:15 -04:00
commit 83847916ca
6 changed files with 94 additions and 0 deletions

10
install_deps.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew update
brew install node python yarn jq zip
else
sudo apt-get install libx11-dev libxkbfile-dev libsecret-1-dev fakeroot rpm
nvm install 8
nvm use 8
fi