Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sdkjs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
sdkjs
Commits
249b8741
Commit
249b8741
authored
Jun 06, 2017
by
Pavel Lobashov
Committed by
GitHub
Jun 06, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add ability to run onlyofficetestingrobot/doc-builder-testing on build (#127)
parent
4cb98e9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
7 deletions
+12
-7
.travis.yml
.travis.yml
+12
-7
No files found.
.travis.yml
View file @
249b8741
sudo
:
required
services
:
-
docker
language
:
node_js
node_js
:
-
'
6'
before_install
:
-
npm install -g grunt-cli node-qunit-phantomjs
before_script
:
-
git clone -b develop https://github.com/ONLYOFFICE/web-apps.git ../web-apps
jobs
:
include
:
-
stage
:
Formulas tests
script
:
node-qunit-phantomjs cell/.unit-tests/FormulaTests.html
-
stage
:
Building SDK
script
:
-
cd build
-
npm install
-
grunt --level=WHITESPACE_ONLY
\ No newline at end of file
-
npm install -g node-qunit-phantomjs
-
node-qunit-phantomjs cell/.unit-tests/FormulaTests.html
-
stage
:
Building SDK and test it by `onlyofficetestingrobot/doc-builder-testing`
script
:
-
npm install -g grunt-cli
-
npm install --prefix build
-
grunt --level=WHITESPACE_ONLY --base build --gruntfile build/Gruntfile.js
-
docker pull onlyofficetestingrobot/doc-builder-testing
-
docker run -v $PWD/word:/opt/onlyoffice/documentbuilder/sdkjs/word -v $PWD/cell:/opt/onlyoffice/documentbuilder/sdkjs/cell -v $PWD/slide:/opt/onlyoffice/documentbuilder/sdkjs/slide onlyofficetestingrobot/doc-builder-testing
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment