Skip to content

Commit

Permalink
Update README and CI job name
Browse files Browse the repository at this point in the history
  • Loading branch information
stuxnot committed Oct 30, 2024
1 parent 6be2e94 commit c01ad8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: update-docs
name: docs

on:
push:
Expand Down Expand Up @@ -32,8 +32,6 @@ jobs:
CI_COMMIT_AUTHOR: update-docs-ci
# only commit and push changes on the main branch after the mr has been pushed.
if: github.event_name == 'push'
# Force-adds the docs directory, because the docs directory is still in .gitignore
# to discourage changing the docs directory in a commit.
run: |
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "[email protected]"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![Github Cpp CI Badge](https://github.com/emproof-com/nyxstone/actions/workflows/cpp.yml/badge.svg)](https://github.com/emproof-com/nyxstone/actions/workflows/cpp.yml)
[![crates.io](https://img.shields.io/crates/v/nyxstone.svg)](https://crates.io/crates/nyxstone)
[![PyPI](https://img.shields.io/pypi/v/nyxstone.svg)](https://pypi.org/project/nyxstone)
[![cpp-docs](https://github.com/emproof-com/nyxstone/actions/workflows/doxygen.yml/badge.svg)](https://emproof-com.github.io/nyxstone/)

Nyxstone is a powerful assembly and disassembly library based on LLVM. It doesn’t require patches to the LLVM source tree and links against standard LLVM libraries available in most Linux distributions. Implemented as a C++ library, Nyxstone also offers Rust and Python bindings. It supports all official LLVM architectures and allows to configure architecture-specific target settings.

Expand Down

0 comments on commit c01ad8a

Please sign in to comment.