Skip to content

Commit

Permalink
add libdiscid + update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joske committed May 17, 2024
1 parent 61e2835 commit 6bab8fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 30 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/rust-linux.yml

This file was deleted.

10 changes: 5 additions & 5 deletions .github/workflows/rust-macos.yml → .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust-macOS
name: Rust
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
Expand All @@ -12,7 +12,7 @@ jobs:
- name: Run sccache-cache
uses: mozilla-actions/[email protected]
- name: Install glib/gtk dev
run: sudo apt-get install -y libgtk-4-bin libgtk-4-common libgtk-4-dev libgstreamer1.0-dev
run: sudo apt-get install -y libgtk-4-bin libgtk-4-common libgtk-4-dev libgstreamer1.0-dev libdiscid-dev
- name: Build
run: cargo build --release
- name: Run tests
Expand All @@ -24,16 +24,16 @@ jobs:
build-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- name: Run sccache-cache
uses: mozilla-actions/[email protected].4
uses: mozilla-actions/[email protected].3
- name: Install glib/gtk dev
run: brew install gtk4 gstreamer libdiscid sccache
- name: Build
run: cargo build --release
- name: Run tests
run: cargo test
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: ripperx4
path: target/release/ripperx4
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ Install gtk 4, gstreamer, libdiscid

`cargo build`

Tip: builds for x86 macOS are available on every build in Actions/Artifacts.
(For some reason, building for linux on github actions runs into trouble with deps - seems to be an issue with GitHub's ubuntu image)
Tip: builds for x86 macOS and linux are available on every build in Actions/Artifacts.

## Running

Expand Down

0 comments on commit 6bab8fa

Please sign in to comment.