-
-
Notifications
You must be signed in to change notification settings - Fork 0
26 lines (25 loc) · 645 Bytes
/
Copy pathada.yml
File metadata and controls
26 lines (25 loc) · 645 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# SPDX-License-Identifier: MPL-2.0
# // Copyright (c) Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>
# SPDX-License-Identifier: MPL-2.0
name: Ada (GNAT)
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 15
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Set up GNAT toolchain
run: >
sudo apt-get update && sudo apt-get install gnat gprbuild
- name: Build
run: gprbuild -j0 -p