Updating GHES workflows

This commit is contained in:
GitHub Actions
2020-11-30 17:02:58 +00:00
parent 3860b7d860
commit 0b4494c105
16 changed files with 958 additions and 27 deletions
+24
View File
@@ -0,0 +1,24 @@
name: Ada (GNAT)
on:
push:
branches: [ $default-branch ]
pull_request:
branches: [ $default-branch ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up GNAT toolchain
run: >
sudo apt-get update &&
sudo apt-get install gnat gprbuild
- name: Build
run: gprbuild -j0 -p