Skip to content
Snippets Groups Projects
Verified Commit 2314b2b6 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Deactivate test suite for now

parent 62f8d5df
No related branches found
No related tags found
No related merge requests found
Pipeline #917 passed with warnings
...@@ -38,6 +38,8 @@ test: ...@@ -38,6 +38,8 @@ test:
- .tox/screenshots - .tox/screenshots
reports: reports:
junit: .tox/junit.xml junit: .tox/junit.xml
only:
- master
lint: lint:
stage: test stage: test
...@@ -52,19 +54,18 @@ build_dist: ...@@ -52,19 +54,18 @@ build_dist:
artifacts: artifacts:
paths: paths:
- dist/ - dist/
only:
- master
pages: pages:
stage: deploy stage: deploy
before_script: before_script:
- cp -r .tox/screenshots/firefox docs/screenshots - cp -r .tox/screenshots/firefox docs/screenshots
script: script:
- tox -e docs -- BUILDDIR=../public/docs
- locale - locale
artifacts: artifacts:
paths: paths:
- public/ - public/
only:
- master
build_docker: build_docker:
stage: build stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment