Ada starter workflow, icon and properties
This commit is contained in:
+24
@@ -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
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"name": "Ada",
|
||||||
|
"description": "Build and test an Ada project with GPRbuild.",
|
||||||
|
"iconName": "ada",
|
||||||
|
"categories": ["Ada"]
|
||||||
|
}
|
||||||
+709
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 185 KiB |
Reference in New Issue
Block a user