Skip to content

Commit

Permalink
Create ada.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HROMANO authored Jun 18, 2024
1 parent 4ccf8ee commit 5aca144
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 gt8_patch.gpr

0 comments on commit 5aca144

Please sign in to comment.