Skip to content
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.

Commit

Permalink
Added monday-server binary
Browse files Browse the repository at this point in the history
  • Loading branch information
eko committed Aug 9, 2019
1 parent 80d84fa commit fdfac50
Show file tree
Hide file tree
Showing 4 changed files with 1,098 additions and 64 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Expand Up @@ -21,8 +21,12 @@ jobs:
osx_image: xcode11
script:
- npm install
- npm rebuild --build-from-source=grpc --target=6.0.0 --runtime=electron --dist-url=https://atom.io/download/electron # Needed by Electron to work with gRPC
- npm run build
- npm run package-darwin
- npm rebuild --build-from-source=macos-alias
- npm run installer-darwin
- npm run installer-darwin-zip

- stage: Packages for linux
if: tag IS present
Expand All @@ -31,7 +35,11 @@ jobs:
script:
- sudo apt-get install -y fakeroot rpm
- npm install
- npm rebuild --build-from-source=grpc --target=6.0.0 --runtime=electron --dist-url=https://atom.io/download/electron # Needed by Electron to work with gRPC
- npm run build
- npm run package-linux
- npm rebuild --build-from-source=macos-alias
- npm run installer-linux-zip
- npm run installer-debian
- npm run installer-redhat

Expand All @@ -42,6 +50,8 @@ deploy:
secure: $GITHUB_TOKEN
file:
- builds/Monday-darwin-x64.dmg
- builds/Monday-darwin-x64.zip
- builds/Monday-linux-x64.zip
- builds/monday_${TRAVIS_TAG}_amd64.deb
- builds/Monday-${TRAVIS_TAG}-1.amd64.rpm
on:
Expand Down
Binary file added dist/monday-server
Binary file not shown.

0 comments on commit fdfac50

Please sign in to comment.