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

Use stages for tests

parent 4e6ac3d0
......@@ -5,8 +5,12 @@ 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
script:
- node-qunit-phantomjs cell/.unit-tests/FormulaTests.html
- cd build
- npm install
- grunt --level=WHITESPACE_ONLY
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
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