Commit 13869cfb authored by Pavel Lobashov's avatar Pavel Lobashov

Use stages for tests

parent 4e6ac3d0
...@@ -5,8 +5,12 @@ before_install: ...@@ -5,8 +5,12 @@ before_install:
- npm install -g grunt-cli node-qunit-phantomjs - npm install -g grunt-cli node-qunit-phantomjs
before_script: before_script:
- git clone -b develop https://github.com/ONLYOFFICE/web-apps.git ../web-apps - git clone -b develop https://github.com/ONLYOFFICE/web-apps.git ../web-apps
script: jobs:
- node-qunit-phantomjs cell/.unit-tests/FormulaTests.html include:
- cd build - stage: Formulas tests
- npm install script: node-qunit-phantomjs cell/.unit-tests/FormulaTests.html
- grunt --level=WHITESPACE_ONLY - stage: Building SDK
script:
- cd build
- npm install
- grunt --level=WHITESPACE_ONLY
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment