Files
starter-workflows/ci/ada.yml
T

25 lines
392 B
YAML
Raw Normal View History

2020-05-02 12:26:31 +02:00
name: Ada (GNAT)
on:
push:
2020-08-24 11:10:05 +02:00
branches: [ $default-branch ]
2020-05-02 12:26:31 +02:00
pull_request:
2020-08-24 11:10:05 +02:00
branches: [ $default-branch ]
2020-05-02 12:26:31 +02:00
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
2022-03-28 13:10:48 -04:00
uses: actions/checkout@v3
2020-05-02 12:26:31 +02:00
- name: Set up GNAT toolchain
run: >
sudo apt-get update &&
sudo apt-get install gnat gprbuild
- name: Build
run: gprbuild -j0 -p