-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IB-8250 Signed-off-by: Raul Metsma <[email protected]>
- Loading branch information
Showing
18 changed files
with
10,089 additions
and
574 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,7 +66,7 @@ jobs: | |
with: | ||
name: ${{ matrix.target }} | ||
path: | | ||
build/macos/libdigidocpp*.* | ||
build/*/libdigidocpp*.* | ||
libdigidocpp*.zip | ||
fedora: | ||
name: Build on Fedora ${{ matrix.container }} | ||
|
@@ -79,7 +79,7 @@ jobs: | |
- name: Install Deps | ||
run: | | ||
dnf install -y --setopt=install_weak_deps=False \ | ||
${FEDORA_DEPS} doxygen boost-test swig python3-devel java-21-openjdk-devel rpm-build git | ||
${FEDORA_DEPS} doxygen boost-test swig python3-devel java-21-openjdk-devel rpm-build | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- name: Build | ||
|
@@ -105,7 +105,7 @@ jobs: | |
DEBEMAIL: [email protected] | ||
steps: | ||
- name: Install dependencies | ||
run: apt update -qq && apt install --no-install-recommends -y git lsb-release build-essential devscripts debhelper lintian pkg-config ${UBUNTU_DEPS} doxygen swig openjdk-11-jdk-headless libpython3-dev python3-setuptools libboost-test-dev | ||
run: apt update -qq && apt install --no-install-recommends -y lsb-release build-essential devscripts debhelper lintian pkg-config ${UBUNTU_DEPS} doxygen swig openjdk-11-jdk-headless libpython3-dev python3-setuptools libboost-test-dev | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- name: Setup changelog | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.