Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderVocke authored May 7, 2024
1 parent b585c35 commit 7fbf11d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ jobs:
pytest: python3 -m pytest
container: sandervocke/shoopdaloop_run_base_debian_latest_x86_64:latest
package: wheel_linux_release
- name: debug_wheel_debian_stable
python: python3
pip: python3 -m pip
pytest: python3 -m pytest
container: sandervocke/shoopdaloop_run_base_debian_latest_x86_64:latest
package: wheel_linux_debug
- name: release_deb_ubuntu_latest
python: python3
pip: python3 -m pip
Expand All @@ -108,7 +114,7 @@ jobs:
pytest: python -m pytest
container: sandervocke/shoopdaloop_run_base_arch_x86_64:latest
package: package_linux_release_pacman
- name: release_rpm_manylinux
- name: release_rpm_fedora
python: python3.9
pip: python3.9 -m pip
pytest: python3.9 -m pytest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_ci_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ permissions:
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ debian_latest, ubuntu_latest, arch, fedora ]
variant: [ run_base ]
Expand Down
1 change: 1 addition & 0 deletions distribution/dependencies/build_base_debian_bullseye
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ninja-build
pkgconf
lcov
ruby
rpm

# libraries
libglib2.0-0
Expand Down

0 comments on commit 7fbf11d

Please sign in to comment.