mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-10 13:13:27 +01:00
workflows: add libwallet compile check
This commit is contained in:
parent
8eedc8a390
commit
a3bddcd7f3
15
.github/workflows/build.yml
vendored
15
.github/workflows/build.yml
vendored
@ -43,6 +43,21 @@ jobs:
|
|||||||
- name: build
|
- name: build
|
||||||
run: make -j3
|
run: make -j3
|
||||||
|
|
||||||
|
libwallet-ubuntu:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
with:
|
||||||
|
submodules: recursive
|
||||||
|
- name: remove bundled boost
|
||||||
|
run: sudo rm -rf /usr/local/share/boost
|
||||||
|
- name: update apt
|
||||||
|
run: sudo apt update
|
||||||
|
- name: install monero dependencies
|
||||||
|
run: sudo apt -y install build-essential cmake libboost-all-dev miniupnpc libunbound-dev graphviz doxygen libunwind8-dev pkg-config libssl-dev libzmq3-dev libsodium-dev libhidapi-dev libnorm-dev libusb-1.0-0-dev libpgm-dev
|
||||||
|
- name: build
|
||||||
|
run: cmake -DBUILD_GUI_DEPS=ON && make -j3
|
||||||
|
|
||||||
test-ubuntu:
|
test-ubuntu:
|
||||||
needs: build-ubuntu
|
needs: build-ubuntu
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user