Compare commits
4 Commits
devel-1.2
...
stable-1.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 22cdfa98f8 | |||
| 0b1fc4ed4d | |||
| 4a6fddc7c1 | |||
| 5883ec53d0 |
@@ -13,6 +13,7 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- macos-latest
|
||||
|
||||
@@ -14,6 +14,7 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- macos-latest
|
||||
|
||||
@@ -12,7 +12,7 @@ jobs:
|
||||
|
||||
- name: Set up stable `alr`
|
||||
if: contains(github.base_ref, 'stable-')
|
||||
uses: alire-project/setup-alire@latest-stable
|
||||
uses: alire-project/setup-alire@v1
|
||||
|
||||
- name: Set up GNAT for devel `alr`
|
||||
if: contains(github.base_ref, 'devel-')
|
||||
@@ -22,7 +22,9 @@ jobs:
|
||||
|
||||
- name: Set up devel `alr`
|
||||
if: contains(github.base_ref, 'devel-')
|
||||
uses: alire-project/setup-alire@latest-devel
|
||||
uses: alire-project/setup-alire@v1
|
||||
with:
|
||||
branch: master
|
||||
|
||||
- run: alr index --list
|
||||
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
name = "eeprom_i2c"
|
||||
description = "EEPROM I2C drivers library for embedded platforms"
|
||||
version = "3.2.0"
|
||||
licenses = "BSD-3-Clause"
|
||||
|
||||
authors = ["Holger Rodriguez"]
|
||||
maintainers = ["Holger Rodriguez <github@roseng.ch>"]
|
||||
maintainers-logins = ["hgrodriguez"]
|
||||
tags = ["embedded", "nostd", "eeprom", "rp2040", "i2c"]
|
||||
website = "https://github.com/hgrodriguez/eeprom_i2c"
|
||||
|
||||
[[depends-on]] # Added by alr
|
||||
hal = "~0.1.0" # Added by alr
|
||||
|
||||
[origin]
|
||||
commit = "c6d81ebc6b10a9d163d4735841cb694c4cd175e2"
|
||||
url = "git+https://github.com/hgrodriguez/eeprom_i2c.git"
|
||||
|
||||
@@ -9,5 +9,6 @@ maintainers-logins = ["simonjwright"]
|
||||
[[external]]
|
||||
kind="system"
|
||||
[external.origin."case(distribution)"]
|
||||
"macos" = []
|
||||
"debian|ubuntu" = ["libblas-dev"]
|
||||
# "msys2" = ["mingw-w64-x86_64-openblas"]
|
||||
"msys2" = ["mingw-w64-x86_64-lapack"]
|
||||
|
||||
@@ -9,5 +9,6 @@ maintainers-logins = ["simonjwright"]
|
||||
[[external]]
|
||||
kind="system"
|
||||
[external.origin."case(distribution)"]
|
||||
"macos" = []
|
||||
"debian|ubuntu" = ["liblapack-dev"]
|
||||
# "msys2" = ["mingw-w64-x86_64-lapack"]
|
||||
"msys2" = ["mingw-w64-x86_64-lapack"]
|
||||
|
||||
@@ -6,7 +6,7 @@ authors = ["Jeremy Grosser"]
|
||||
maintainers = ["Jeremy Grosser <jeremy@synack.me>"]
|
||||
maintainers-logins = ["JeremyGrosser"]
|
||||
licenses = "MIT"
|
||||
website = ["https://github.com/JeremyGrosser/tiny_text"]
|
||||
website = "https://github.com/JeremyGrosser/tiny_text"
|
||||
tags = ["font", "hal", "bitmap", "text"]
|
||||
|
||||
[[depends-on]] # This line was added by `alr with`
|
||||
|
||||
Reference in New Issue
Block a user