Skip to content

Commit

Permalink
Merge pull request #91 from gorilla-devs/develop
Browse files Browse the repository at this point in the history
v0.6.8
  • Loading branch information
blarfoon authored Sep 17, 2018
2 parents e0abcc8 + e5c692a commit 9b007ea
Show file tree
Hide file tree
Showing 792 changed files with 8,943 additions and 52,702 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ main.js.map

.idea
npm-debug.log.*
log.txt
41 changes: 11 additions & 30 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,20 @@ matrix:
# This should fix https://github.com/travis-ci/travis-ci/issues/9630
- sudo chown -R travis:travis $HOME/.cache
- sudo chown -R travis:travis $TRAVIS_BUILD_DIR/node_modules
- os: osx
osx_image: xcode9.4
language: node_js
node_js:
- node
- 9
env:
- ELECTRON_CACHE=$HOME/.cache/electron
- ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
before_deploy:
# Removing unpacked builds before deploy
- sudo rm -rf $TRAVIS_BUILD_DIR/release/win-unpacked
- sudo rm -rf $TRAVIS_BUILD_DIR/release/linux-unpacked
- sudo chown -R travis:travis $TRAVIS_BUILD_DIR/release
- sudo ls -l
- cd release
- sudo ls -l
# - node $TRAVIS_BUILD_DIR/scripts/preDeploy.js
deploy:
provider: releases
Expand All @@ -41,18 +47,9 @@ matrix:
file:
- "$TRAVIS_BUILD_DIR/release/GDLauncher-win.zip"
- "$TRAVIS_BUILD_DIR/release/GDLauncher-linux.zip"
- "$TRAVIS_BUILD_DIR/release/GDLauncher-mac.zip"
on:
tags: true
- os: osx
osx_image: xcode9.4
language: node_js
node_js:
- node
- 9
env:
- ELECTRON_CACHE=$HOME/.cache/electron
- ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder

cache:
directories:
- node_modules
Expand Down Expand Up @@ -89,20 +86,4 @@ before_script:

script:
- npm run package
# - yarn lint
# - yarn flow
# - yarn test
# - yarn test-e2e
# On Linux, check if packaging to windows works
- |
if [ "$TRAVIS_OS_NAME" == "linux" ]; then
docker run --rm \
--env-file <(env | grep -iE 'DEBUG|NODE_|ELECTRON_|YARN_|NPM_|CI|CIRCLE|TRAVIS|APPVEYOR_|CSC_|_TOKEN|_KEY|AWS_|STRIP|BUILD_') \
-v ${PWD}:/project \
-v ~/.cache/electron:/root/.cache/electron \
-v ~/.cache/electron-builder:/root/.cache/electron-builder \
electronuserland/builder:wine \
/bin/bash -c "npm run package-win"
else
:
fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then npm run package-all; fi
16 changes: 16 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "dev",
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}
2 changes: 0 additions & 2 deletions antd/lib/_util/getRequestAnimationFrame.d.ts

This file was deleted.

45 changes: 0 additions & 45 deletions antd/lib/_util/getRequestAnimationFrame.js

This file was deleted.

1 change: 0 additions & 1 deletion antd/lib/_util/getScroll.d.ts

This file was deleted.

21 changes: 0 additions & 21 deletions antd/lib/_util/getScroll.js

This file was deleted.

1 change: 0 additions & 1 deletion antd/lib/_util/interopDefault.d.ts

This file was deleted.

11 changes: 0 additions & 11 deletions antd/lib/_util/interopDefault.js

This file was deleted.

2 changes: 0 additions & 2 deletions antd/lib/_util/isCssAnimationSupported.d.ts

This file was deleted.

28 changes: 0 additions & 28 deletions antd/lib/_util/isCssAnimationSupported.js

This file was deleted.

1 change: 0 additions & 1 deletion antd/lib/_util/isFlexSupported.d.ts

This file was deleted.

15 changes: 0 additions & 15 deletions antd/lib/_util/isFlexSupported.js

This file was deleted.

6 changes: 0 additions & 6 deletions antd/lib/_util/openAnimation.d.ts

This file was deleted.

63 changes: 0 additions & 63 deletions antd/lib/_util/openAnimation.js

This file was deleted.

5 changes: 0 additions & 5 deletions antd/lib/_util/throttleByAnimationFrame.d.ts

This file was deleted.

65 changes: 0 additions & 65 deletions antd/lib/_util/throttleByAnimationFrame.js

This file was deleted.

1 change: 0 additions & 1 deletion antd/lib/_util/triggerEvent.d.ts

This file was deleted.

15 changes: 0 additions & 15 deletions antd/lib/_util/triggerEvent.js

This file was deleted.

Loading

0 comments on commit 9b007ea

Please sign in to comment.