From 427f63ab83a9f6f5b4c9980ca900254a973daa2b Mon Sep 17 00:00:00 2001 From: "Alejandro R. Mosteo" Date: Sat, 2 May 2020 12:26:31 +0200 Subject: [PATCH] Ada starter workflow, icon and properties --- ci/ada.yml | 24 + ci/properties/ada.properties.json | 6 + icons/ada.svg | 709 ++++++++++++++++++++++++++++++ 3 files changed, 739 insertions(+) create mode 100644 ci/ada.yml create mode 100644 ci/properties/ada.properties.json create mode 100644 icons/ada.svg diff --git a/ci/ada.yml b/ci/ada.yml new file mode 100644 index 0000000..c2d49b8 --- /dev/null +++ b/ci/ada.yml @@ -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 diff --git a/ci/properties/ada.properties.json b/ci/properties/ada.properties.json new file mode 100644 index 0000000..f41c3b1 --- /dev/null +++ b/ci/properties/ada.properties.json @@ -0,0 +1,6 @@ +{ + "name": "Ada", + "description": "Build and test an Ada project with GPRbuild.", + "iconName": "ada", + "categories": ["Ada"] +} diff --git a/icons/ada.svg b/icons/ada.svg new file mode 100644 index 0000000..4ed301b --- /dev/null +++ b/icons/ada.svg @@ -0,0 +1,709 @@ + + + +image/svg+xml \ No newline at end of file