Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Use official badges' links.
  • Loading branch information
Jarod42 authored Dec 18, 2023
1 parent d1ff5c6 commit 73a5b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ For each project - configuration pair we create separate .ninja file. For soluti

Build.ninja file sets phony targets for configuration names so you can build them from command line. And default target is the first configuration name in your project (usually default).

### Tested on ![ubuntu-badge](https://github.com/jimon/premake-ninja/workflows/ubuntu/badge.svg) ![windows-badge](https://github.com/jimon/premake-ninja/workflows/windows/badge.svg) ![macos-badge](https://github.com/jimon/premake-ninja/workflows/macos/badge.svg)
### Tested on ![ubuntu-badge](https://github.com/jimon/premake-ninja/actions/workflows/ubuntu.yml/badge.svg) ![windows-badge](https://github.com/jimon/premake-ninja/actions/workflows/windows.yml/badge.svg) ![macos-badge](https://github.com/jimon/premake-ninja/actions/workflows/macos.yml/badge.svg)

### Extra Tests

Part of integration tests of several generators in https://github.com/Jarod42/premake-sample-projects ![Premake5 ubuntu ninja badge](https://github.com/Jarod42/premake-sample-projects/workflows/premake5-ubuntu-ninja/badge.svg)![Premake5 window ninja badge](https://github.com/Jarod42/premake-sample-projects/workflows/premake5-windows-ninja/badge.svg)
Part of integration tests of several generators in https://github.com/Jarod42/premake-sample-projects ![Premake5 ubuntu ninja badge](https://github.com/Jarod42/premake-sample-projects/actions/workflows/premake5-ubuntu-ninja.yml/badge.svg)![Premake5 window ninja badge](https://github.com/Jarod42/premake-sample-projects/actions/workflows/premake5-windows-ninja.yml/badge.svg)

### TODO

Expand Down

0 comments on commit 73a5b8a

Please sign in to comment.