Update Version, add post-build

master
Rohan Vazarkar 2016-09-01 19:13:50 -04:00
parent f44f831a95
commit 1440a5e02e
2 changed files with 15 additions and 2 deletions

View File

@ -6,9 +6,22 @@ os:
- linux
- osx
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update;else sudo apt-get update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install p7zip; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install p7zip-full; fi
install:
- npm install
- npm install -g electron-packager
-
script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then npm run macbuild; else npm run linuxbuild; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then npm run macbuild; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then npm run linuxbuild; fi
after_script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then 7z a -tzip -mx9 BloodHound-darwin-x64.zip BloodHound-darwin-x64; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then 7z a -tzip -mx9 BloodHound-linux-ia32.zip BloodHound-linux-ia32; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then 7z a -tzip -mx9 BloodHound-linux-x64.zip BloodHound-linux-x64; fi

View File

@ -1,6 +1,6 @@
{
"name": "bloodhound",
"version": "1.0.0",
"version": "1.0.1",
"description": "Graph Theory for Active Directory",
"keywords": [
"Graph",