Skip to content
Snippets Groups Projects

Clarin json

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Paweł Walkowiak
  • 26 26 pyaml-env==1.2.1
    27 27 pytest-mock
    28 28 lxml
    29 clarin_json>=0.3
    29 30 commands =
    30 31 coverage run --source=src -m pytest --junitxml=report.xml tests/test.py
  • Paweł Walkowiak
  • Jeszcze zapisywanie w stylu clarin-json json-y wyjściowe mogą się lekko zmienić

  • Dodaj do .gitlab-ci.yaml

    stages:
      - check_style
      - tests
      - pages
      - build_master
      - build_develop
      - build_clarin_json
    
    build_develop:
      except:
        - master
        - clarin_json
      stage: build_develop
      image: docker:18.09.7
      services:
        - 'docker:18.09.7-dind'
      script:
        - docker build -t $CI_REGISTRY_IMAGE:develop .
        - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
        - docker push $CI_REGISTRY_IMAGE:develop
    
    
    build_clarin_json:
      only:
        - clarin_json
      stage: build_clarin_json
      image: docker:18.09.7
      services:
        - 'docker:18.09.7-dind'
      script:
        - docker build -t $CI_REGISTRY_IMAGE:clarin-json .
        - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
        - docker push $CI_REGISTRY_IMAGE:clarin-json
    Edited by Paweł Walkowiak
  • Paweł Walkowiak marked this merge request as draft

    marked this merge request as draft

  • added 1 commit

    Compare with previous version

  • added 1 commit

    • ac623f92 - Change write to file to Document style

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    • 97761e0f - Remove unnecessary arg from split_corpus call

    Compare with previous version

  • added 1 commit

    • e617a109 - Replace save with Document style for tei

    Compare with previous version

  • Paweł Walkowiak
  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    • c9e26f57 - load from string instead from file

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading