Skip to content

Commit

Permalink
Create build_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ-Ianozi authored Mar 22, 2024
1 parent ed6a8d1 commit 03133cd
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Build Release
on:
workflow_dispatch:

jobs:
build:

runs-on: ubuntu-20.04

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

- name: Set up GNAT toolchain
run: >
sudo apt-get update &&
sudo apt-get install gnat gprbuild
- name: Build
run: gprbuild -XMode=release

- name: Testing pack
run: >
ls

0 comments on commit 03133cd

Please sign in to comment.