Merge branch 'develop' of https://github.com/ciderapp/Cider into develop
This commit is contained in:
commit
864ffaee77
2 changed files with 867 additions and 882 deletions
|
@ -14,13 +14,13 @@ jobs:
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
name: Restore Yarn Package Cache
|
name: Restore Yarn Package Cache
|
||||||
keys:
|
keys:
|
||||||
- yarn-packages-{{ checksum "yarn.lock" }}
|
- yarn-packages-{{ checksum "cider-yarn.lock" }}
|
||||||
- run:
|
- run:
|
||||||
name: Install Dependencies
|
name: Install Dependencies
|
||||||
command: yarn install --frozen-lockfile --cache-folder ~/.cache/yarn
|
command: yarn install --frozen-lockfile --cache-folder ~/.cache/yarn
|
||||||
- save_cache:
|
- save_cache:
|
||||||
name: Save Yarn Package Cache
|
name: Save Yarn Package Cache
|
||||||
key: yarn-packages-{{ checksum "yarn.lock" }}
|
key: yarn-packages-{{ checksum "cider-yarn.lock" }}
|
||||||
paths:
|
paths:
|
||||||
- ~/.cache/yarn
|
- ~/.cache/yarn
|
||||||
- run:
|
- run:
|
||||||
|
@ -34,15 +34,6 @@ jobs:
|
||||||
sudo dpkg --add-architecture i386
|
sudo dpkg --add-architecture i386
|
||||||
sudo apt-get update -y
|
sudo apt-get update -y
|
||||||
sudo apt-get install -y wine32
|
sudo apt-get install -y wine32
|
||||||
- run:
|
|
||||||
name: Start X VNC Server
|
|
||||||
command: x11vnc -forever -nopw -create
|
|
||||||
background: true
|
|
||||||
#- run:
|
|
||||||
#name: Base Functionality Testing
|
|
||||||
#command: yarn test
|
|
||||||
- store_test_results:
|
|
||||||
path: test-results
|
|
||||||
- run:
|
- run:
|
||||||
name: Append Commit BuildID to Version
|
name: Append Commit BuildID to Version
|
||||||
command: yarn circle:append-bid
|
command: yarn circle:append-bid
|
||||||
|
|
1736
cider-yarn.lock
1736
cider-yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue