Skip to content

Commit

Permalink
ci: add arch linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
tobtoht committed Jan 14, 2025
1 parent a4a4a1d commit 0bbac40
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 0bbac40

Please sign in to comment.