CI: Minor adjustments
This commit is contained in:
parent
d3ee0bfdf4
commit
59752e6fe9
|
@ -48,7 +48,6 @@ jobs:
|
||||||
cmake
|
cmake
|
||||||
gettext-tools
|
gettext-tools
|
||||||
openssh-clients
|
openssh-clients
|
||||||
rsync
|
|
||||||
glibc-devel
|
glibc-devel
|
||||||
libboost_headers-devel
|
libboost_headers-devel
|
||||||
boost-devel
|
boost-devel
|
||||||
|
@ -286,7 +285,6 @@ jobs:
|
||||||
lsb-release
|
lsb-release
|
||||||
rpmdevtools
|
rpmdevtools
|
||||||
rpm-build
|
rpm-build
|
||||||
rsync
|
|
||||||
glibc-devel
|
glibc-devel
|
||||||
boost-devel
|
boost-devel
|
||||||
dbus-devel
|
dbus-devel
|
||||||
|
@ -391,7 +389,6 @@ jobs:
|
||||||
tar
|
tar
|
||||||
rpmdevtools
|
rpmdevtools
|
||||||
gettext
|
gettext
|
||||||
rsync
|
|
||||||
lib64boost-devel
|
lib64boost-devel
|
||||||
lib64protobuf-devel
|
lib64protobuf-devel
|
||||||
lib64sqlite3-devel
|
lib64sqlite3-devel
|
||||||
|
@ -840,7 +837,7 @@ jobs:
|
||||||
working-directory: build
|
working-directory: build
|
||||||
run: make dmg
|
run: make dmg
|
||||||
|
|
||||||
- name: SSH key setup
|
- name: SSH Setup
|
||||||
if: github.repository == 'strawberrymusicplayer/strawberry' && (github.event_name == 'release' || (github.event_name == 'push' && github.event.pull_request.head.repo.fork == false && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/ci' || github.ref == 'refs/heads/macos')))
|
if: github.repository == 'strawberrymusicplayer/strawberry' && (github.event_name == 'release' || (github.event_name == 'push' && github.event.pull_request.head.repo.fork == false && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/ci' || github.ref == 'refs/heads/macos')))
|
||||||
uses: shimataro/ssh-key-action@v2
|
uses: shimataro/ssh-key-action@v2
|
||||||
with:
|
with:
|
||||||
|
@ -1492,6 +1489,7 @@ jobs:
|
||||||
needs:
|
needs:
|
||||||
- build-opensuse
|
- build-opensuse
|
||||||
- build-fedora
|
- build-fedora
|
||||||
|
- build-mageia
|
||||||
- build-debian
|
- build-debian
|
||||||
- build-ubuntu
|
- build-ubuntu
|
||||||
steps:
|
steps:
|
||||||
|
@ -1507,7 +1505,7 @@ jobs:
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: artifacts
|
path: artifacts
|
||||||
- name: SSH key setup
|
- name: SSH Setup
|
||||||
uses: shimataro/ssh-key-action@v2
|
uses: shimataro/ssh-key-action@v2
|
||||||
with:
|
with:
|
||||||
known_hosts: ${{secrets.SSH_KNOWN_HOSTS}}
|
known_hosts: ${{secrets.SSH_KNOWN_HOSTS}}
|
||||||
|
@ -1542,8 +1540,6 @@ jobs:
|
||||||
- build-mageia
|
- build-mageia
|
||||||
- build-debian
|
- build-debian
|
||||||
- build-ubuntu
|
- build-ubuntu
|
||||||
- build-windows-mingw
|
|
||||||
- build-windows-msvc
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue