Skip to content

Commit

Permalink
Allow builds to be made from the develop branch and add a support sec…
Browse files Browse the repository at this point in the history
…tion in the readme
  • Loading branch information
Dadoum committed Mar 25, 2023
1 parent fbf3d79 commit 0d4410c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-cross-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: ARM builds

on:
push:
branches: [ "main" ]
branches: [ "main", "develop" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "develop" ]

env:
BUILD_TYPE: Release
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: x86_64 builds

on:
push:
branches: [ "main" ]
branches: [ "main", "develop" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "develop" ]

env:
BUILD_TYPE: Release
Expand Down
4 changes: 4 additions & 0 deletions LISEZMOI.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,7 @@ ninja
```

Ce référentiel inclus arsd/jni.d, sous la licence Boost. Référez-vous [au dépot officiel](https://github.com/adamdruppe/arsd) pour plus d'infos.

## Soutien

Vous pouvez me soutenir en faisant un don avec GitHub Sponsor.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,7 @@ ninja
```

This repository include arsd/jni.d, under Boost license. See [original repo](https://github.com/adamdruppe/arsd) for further info.

## Support

Donations are welcome with GitHub Sponsor.

0 comments on commit 0d4410c

Please sign in to comment.