Skip to content

Merge pull request #151 from lmntal/tei/parentheses-rule #226

Merge pull request #151 from lmntal/tei/parentheses-rule

Merge pull request #151 from lmntal/tei/parentheses-rule #226

Workflow file for this run

name: Java CI
on: push
jobs:
build:
runs-on: ubuntu-latest
env:
LMNTAL_HOME: ${{ github.workspace }}
slim_CHECK_ND: "yes"
steps:
- uses: actions/checkout@v2
- run: sudo apt -qq update
- run: sudo apt install -y ant re2c autoconf2.69
- run: ant
- run: git clone https://github.com/lmntal/slim.git
- run: ./autogen.sh
working-directory: ./slim
- run: ./configure
working-directory: ./slim
- run: make
working-directory: ./slim
- run: make check
working-directory: ./slim