Create ada.yml

This commit is contained in:
Per Sandberg 2020-10-31 12:40:05 +01:00 committed by GitHub
parent fca30bb86f
commit 38d77ccd77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
.github/workflows/ada.yml vendored Normal file
View File

@ -0,0 +1,24 @@
name: Ada (GNAT)
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up GNAT toolchain
run: >
sudo apt-get update &&
sudo apt-get install gnat gprbuild zeromq-dev
- name: Build
run: gprbuild -j0 -p