cartographer/.github/workflows/ci-bionic.yaml

16 lines
299 B
YAML
Raw Permalink Normal View History

name: Ubuntu 18.04 CI
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run the Dockerfile
run: docker build . -f Dockerfile.bionic