Updating GHES workflows

This commit is contained in:
GitHub Actions
2020-09-03 23:25:00 +00:00
parent 9d5f3ec540
commit a618a4364d
12 changed files with 15 additions and 926 deletions
-24
View File
@@ -1,24 +0,0 @@
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