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 4, 2025
1 parent 941ecef commit de0270a
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 @@ -83,6 +83,22 @@ jobs:
${{env.CCACHE_SETTINGS}}
make release-static-win64 -j2
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: 'build-debian (debian-10)'
runs-on: ubuntu-latest
Expand Down

0 comments on commit de0270a

Please sign in to comment.