Skip to content

Commit

Permalink
Merge pull request #9680
Browse files Browse the repository at this point in the history
0bbac40 ci: add arch linux build (tobtoht)
  • Loading branch information
tobtoht committed Jan 22, 2025
2 parents 3b7bd06 + 0bbac40 commit eaf9f98
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,22 @@ jobs:
${{env.CCACHE_SETTINGS}}
make release-static-win64 -j4
build-arch:
name: 'Arch Linux'
runs-on: ubuntu-latest
container:
image: archlinux:latest
steps:
- name: install dependencies
run: pacman -Syyu --noconfirm base-devel git cmake boost openssl zeromq unbound libsodium readline expat gtest python3 doxygen graphviz hidapi libusb protobuf
- name: configure git
run: git config --global --add safe.directory '*'
- uses: actions/checkout@v4
with:
submodules: recursive
- name: build
run: ${{env.BUILD_DEFAULT_LINUX}}

build-debian:
name: 'Debian 10'
runs-on: ubuntu-latest
Expand Down

0 comments on commit eaf9f98

Please sign in to comment.