Skip to content

Commit

Permalink
build for ubuntu jammy
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Oct 24, 2022
1 parent f6d17f9 commit 1710296
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
# - {os: debian, codename: bullseye, image_owner: i386/, package_type: deb, labels: [i386,docker]}
- {os: debian, codename: bullseye, image_owner: arm32v7/, package_type: deb, labels: [arm,docker]}
- {os: ubuntu, codename: focal, image_owner: , package_type: deb}
- {os: ubuntu, codename: jammy, image_owner: , package_type: deb}
# - {os: raspbian, codename: buster, image_owner: igagis/, package_type: deb, labels: [arm,docker]}
- {os: raspbian, codename: bullseye, image_owner: igagis/, package_type: deb, labels: [arm,docker]}
runs-on: ${{ (matrix.labels == '' && 'ubuntu-latest') || matrix.labels }}
Expand Down Expand Up @@ -193,8 +194,8 @@ jobs:
- name: prepare pacman package
run: myci-apply-version.sh --version $(myci-deb-version.sh debian/changelog) msys2/PKGBUILD.in
- name: build
# to make makepkg-mingw build only one architecture we need to set the MINGW_INSTALLS
env: {MINGW_INSTALLS: '${{ matrix.repo }}'}
# to make makepkg-mingw build only one architecture we need to set the MINGW_ARCH
env: {MINGW_ARCH: '${{ matrix.repo }}'}
run: |
cd msys2
PKGEXT='.pkg.tar.xz' makepkg-mingw --syncdeps --noconfirm --skipinteg
Expand All @@ -213,15 +214,15 @@ jobs:
shell: powershell
steps:
- name: git clone
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: install CoAPP tools
uses: myci-actions/install-coapp-tools@master
- name: nuget update
run: |
nuget restore msvs_solution/msvs_solution.sln
nuget update msvs_solution/msvs_solution.sln
- name: add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.2
uses: microsoft/setup-msbuild@v1.1
- name: build
run: .\nuget\build_nuget.ps1
- name: deploy
Expand Down

0 comments on commit 1710296

Please sign in to comment.