github runner for 32bit build
Former-commit-id: 8dacbed556e858e1ccaa567373bb1466ddabe91e
This commit is contained in:
parent
314cc7d6de
commit
0b1212aaa1
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -56,3 +56,13 @@ jobs:
|
|||||||
sudo apt-get -y install uuid-dev libcurl4-openssl-dev
|
sudo apt-get -y install uuid-dev libcurl4-openssl-dev
|
||||||
make KEYDB_CFLAGS='-Werror' KEYDB_CXXFLAGS='-Werror' MALLOC=libc -j2
|
make KEYDB_CFLAGS='-Werror' KEYDB_CXXFLAGS='-Werror' MALLOC=libc -j2
|
||||||
|
|
||||||
|
build-ubuntu-32bit:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: make
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get -y install uuid-dev libcurl4-openssl-dev
|
||||||
|
make KEYDB_CFLAGS='-Werror' KEYDB_CXXFLAGS='-Werror' 32bit -j2
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user