Skip to content

Commit

Permalink
Create ada.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ficorax authored Jan 17, 2025
1 parent 9d13ee8 commit 2774f92
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: [ "master" ]
pull_request:
branches: [ "master" ]

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 2774f92

Please sign in to comment.