Skip to content

Commit

Permalink
Merge branch 'cicd'
Browse files Browse the repository at this point in the history
  • Loading branch information
Washi1337 committed Jan 17, 2025
2 parents f54a2f8 + 3b37388 commit 513117e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: dotnet build --configuration Release --no-restore --property:VersionSuffix=${{needs.get-version.outputs.version_suffix}}

- name: Test
run: dotnet test --no-restore --verbosity minimal
run: dotnet test --no-restore --verbosity minimal --property:VersionSuffix=${{needs.get-version.outputs.version_suffix}}

- name: Push to NuGet Nightly
env:
Expand Down
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Echo is released under the LGPLv3 license.
- [x] Support for HLE and LLE arithmetic on fully known, partially known and fully unknown bit vectors of any size


## Supported Backends:
## Supported Backends

| Architecture | Back-end | Control Flow | Data Flow | AST | Purity Classification | Emulation |
|--------------|---------------------------------------------------------|--------------|-----------|---------|-----------------------|-----------|
Expand Down Expand Up @@ -57,16 +57,13 @@ Alternatively, use any IDE that is capable of building .NET Standard 2.0 project
Not all projects need to be built for a working binary to be produced. Only the core libraries found in `src/Core` are required to be built. Any other project, such as the platform-specific back-ends in the `src/Platforms` directory and the test projects in `test/`, is optional and can be unloaded safely.


## Documentation
## Support

Check out the [wiki](https://echo-emu.readthedocs.io/) for guides and information on how to use the library!
- [Documentation](https://docs.washi.dev/echo)
- [Issue tracker](https://github.com/Washi1337/Echo/issues)


## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md).


## Found a bug or have questions?

Please use the [issue tracker](https://github.com/Washi1337/Echo/issues). Try to be as descriptive as possible.

0 comments on commit 513117e

Please sign in to comment.