Skip to content

Merge branch 'main' of github.com:MapServer/tinyows #44

Merge branch 'main' of github.com:MapServer/tinyows

Merge branch 'main' of github.com:MapServer/tinyows #44

Workflow file for this run

name: Linux build
on: [push, pull_request]
jobs:
linux_build:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: docker run --rm -e WORK_DIR=$PWD -v $PWD:$PWD ubuntu:20.04 $PWD/.github/workflows/linux.sh