Skip to content

Commit

Permalink
Switch the bindings to nanobind (and update the CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Jul 9, 2023
1 parent 7e38767 commit e37ffa9
Show file tree
Hide file tree
Showing 377 changed files with 12,784 additions and 15,974 deletions.
10 changes: 10 additions & 0 deletions .github/assets/index.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<title>Links for lief</title>
<body>
<h1>Links for lief</h1>
% for path, filename in files:
<a href="/${path}">${filename}</a><br />
% endfor
</body>
</html>
9 changes: 9 additions & 0 deletions .github/config/gh-ci.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[lief.s3]
region = "fr-par"
bucket = "lief"
endpoint = "https://s3.fr-par.scw.cloud"

[lief.deploy]
branches = ["master", "deploy", "devel", "nb/ci"]
main-branches = ["master", "main"]
default-dir = "latest"
Loading

0 comments on commit e37ffa9

Please sign in to comment.