Skip to content

Commit

Permalink
Add badges, fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Oct 15, 2020
1 parent 4021099 commit 8affd79
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
sudo apt-get install gnat gprbuild
- name: Build
run: gprbuild -j0 -p
run: gprbuild -j0 -p -P aaa_dev
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# aaa
# AAA

[![Build](https://github.com/mosteo/aaa/workflows/Build/badge.svg)](https://github.com/mosteo/aaa/actions)
[![Alire](https://img.shields.io/endpoint?url=https://alire.ada.dev/badges/aaa.json)](https://alire.ada.dev/crates/aaa.html)


Alex's Ada Assortment of Utilities

Expand Down
1 change: 0 additions & 1 deletion aaa_dev.gpr
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
aggregate project AAA_Dev is

for Project_Files use ("aaa.gpr",
"aaa-iterators.gpr",
"aaa_demos.gpr");

end AAA_Dev;

0 comments on commit 8affd79

Please sign in to comment.