Ada starter workflow, icon and properties

This commit is contained in:
Alejandro R. Mosteo
2020-05-02 12:26:31 +02:00
parent 6adb515f32
commit 427f63ab83
3 changed files with 739 additions and 0 deletions
+24
View File
@@ -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@v2
- name: Set up GNAT toolchain
run: >
sudo apt-get update &&
sudo apt-get install gnat gprbuild
- name: Build
run: gprbuild -j0 -p
+6
View File
@@ -0,0 +1,6 @@
{
"name": "Ada",
"description": "Build and test an Ada project with GPRbuild.",
"iconName": "ada",
"categories": ["Ada"]
}
+709
View File
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 185 KiB