Skip to content

Commit

Permalink
Create ada.yml
Browse files Browse the repository at this point in the history
Signed-off-by: بلال مسلوب <[email protected]>
  • Loading branch information
meslubi2021 authored Aug 8, 2024
1 parent 7c1569d commit 7117195
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/ada.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Ada (GNAT)

on:
push:
branches: [ "Main" ]
pull_request:
branches: [ "Main" ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Set up GNAT toolchain
run: >
sudo apt-get update &&
sudo apt-get install gnat gprbuild
- name: Build
run: gprbuild -j0 -p

0 comments on commit 7117195

Please sign in to comment.