git repos / saland

.github/workflows/main.yml

browsing at commit = e3147b1cf6df8fba388a87a9a4b56d1594be0c2d

raw · blame · history

on: [push]

jobs:
  ci_job:
    runs-on: ubuntu-latest
    name: Test that Saland can be compiled
    steps:
      - name: Check Out Repo
        uses: actions/checkout@v2
      - name: Test Linux build using Docker
        run: docker build . -f extra/docker/Dockerfile -t saland_test