-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
32 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,40 +6,37 @@ dist: trusty | |
language: c | ||
matrix: | ||
include: | ||
- os: osx | ||
- os: linux | ||
env: CC=clang CXX=clang++ npm_config_clang=1 | ||
compiler: clang | ||
- os: osx | ||
- os: linux | ||
env: CC=clang CXX=clang++ npm_config_clang=1 | ||
compiler: clang | ||
cache: | ||
directories: | ||
- node_modules | ||
- "$HOME/.electron" | ||
- "$HOME/.cache" | ||
- node_modules | ||
- '$HOME/.electron' | ||
- '$HOME/.cache' | ||
addons: | ||
apt: | ||
packages: | ||
- libgnome-keyring-dev | ||
- icnsutils | ||
#- xvfb | ||
- libgnome-keyring-dev | ||
- icnsutils | ||
#- xvfb | ||
before_install: | ||
- mkdir -p /tmp/git-lfs && curl -L https://github.com/github/git-lfs/releases/download/v1.2.1/git-lfs-$([ | ||
"$TRAVIS_OS_NAME" == "linux" ] && echo "linux" || echo "darwin")-amd64-1.2.1.tar.gz | ||
| tar -xz -C /tmp/git-lfs --strip-components 1 && /tmp/git-lfs/git-lfs pull | ||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils; fi | ||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils; fi | ||
install: | ||
#- export DISPLAY=':99.0' | ||
#- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & | ||
- nvm install 8 | ||
- curl -o- -L https://yarnpkg.com/install.sh | bash | ||
- source ~/.bashrc | ||
- npm install -g [email protected] | ||
# - npm install -g xvfb-maybe | ||
- yarn | ||
#- export DISPLAY=':99.0' | ||
#- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & | ||
- nvm install 8 | ||
- curl -o- -L https://yarnpkg.com/install.sh | bash | ||
- source ~/.bashrc | ||
- npm install -g [email protected] | ||
# - npm install -g xvfb-maybe | ||
- yarn | ||
script: | ||
#- xvfb-maybe node_modules/.bin/karma start test/unit/karma.conf.js | ||
#- yarn run pack && xvfb-maybe node_modules/.bin/mocha test/e2e | ||
- yarn build:docs | ||
- yarn build | ||
#- xvfb-maybe node_modules/.bin/karma start test/unit/karma.conf.js | ||
#- yarn run pack && xvfb-maybe node_modules/.bin/mocha test/e2e | ||
- yarn build:docs | ||
- yarn build | ||
deploy: | ||
provider: pages | ||
skip-cleanup: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "whu-library-seat", | ||
"version": "1.9.4", | ||
"version": "1.9.5", | ||
"author": "CS-Tao <[email protected]>", | ||
"description": "武汉大学图书馆抢座软件", | ||
"license": null, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters