summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorNorwin <noerw@users.noreply.github.com>2019-10-03 16:54:33 +0000
committerAntoine GIRARD <sapk@users.noreply.github.com>2019-10-03 18:54:33 +0200
commit9543aeaf84cae7ce3700133ff048536471c543aa (patch)
tree6fd50c19a53557975b9038b0bccd40eed9ca2d22 /.drone.yml
parent0bda87616182ba8c43c48be9a9db10be54d8aecc (diff)
downloadgitea-9543aeaf84cae7ce3700133ff048536471c543aa.tar.gz
gitea-9543aeaf84cae7ce3700133ff048536471c543aa.zip
readd .markdown class to all markup renderers (#8357)
fixes #8299, a regression from 867f46f. unlike it's name suggests, the .markdown class is needed for most markup types. a future refactor should rename this class to something more generic
Diffstat (limited to '.drone.yml')
0 files changed, 0 insertions, 0 deletions
id='n21' href='#n21'>21 22
version: 1.0.{build}

branches:
  only:
  - master

cache:
  - C:\Users\appveyor\.m2 -> **\pom.xml

install:
  - set MAVEN_VERSION=3.2.5
  - choco install maven -version %MAVEN_VERSION%
  - set PATH=%PATH%;C:\bin\apache-maven-%MAVEN_VERSION%\bin
  - echo %JAVA_HOME%

environment:
  matrix:
  - RUN: ci
    JAVA_HOME: C:\Program Files\Java\jdk1.7.0

build_script:
  - ps: ./appveyor.ps1