Skip to content
box

GitHub Action

ada-actions/toolchain

v0.2.0 Latest version

ada-actions/toolchain

box

ada-actions/toolchain

Setup an Ada development environment

Installation

Copy and paste the following snippet into your .yml file.

              

- name: ada-actions/toolchain

uses: ada-actions/[email protected]

Learn more about this action in ada-actions/toolchain

Choose a version

Ada toolchain installation Action

Getting Started

Basic:

steps:
- uses: actions/checkout@master
- uses: ada-actions/toolchain@dev
  with:
    distrib: fsf
    target: native
- run: gprbuild hello
- uses: ada-actions/toolchain@dev
  with:
    distrib: community
    target: arm-elf
- run: gprbuild --target=arm-eabi --RTS=zfp-microbit hello

License

The scripts and documentation in this project are released under the MIT License

Contributions

Contributions are welcome! See Contributor's Guide