mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-08 20:08:53 +00:00
drop test build
This commit is contained in:
parent
40d7bec2a7
commit
3c0737a8c0
19
.github/workflows/build.yml
vendored
19
.github/workflows/build.yml
vendored
@ -58,22 +58,3 @@ jobs:
|
|||||||
- name: build
|
- name: build
|
||||||
run: cmake -DBUILD_GUI_DEPS=ON && make -j3
|
run: cmake -DBUILD_GUI_DEPS=ON && make -j3
|
||||||
|
|
||||||
test-ubuntu:
|
|
||||||
needs: build-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: install requests
|
|
||||||
run: pip install requests
|
|
||||||
- name: tests
|
|
||||||
env:
|
|
||||||
CTEST_OUTPUT_ON_FAILURE: ON
|
|
||||||
run: make release-test -j3
|
|
||||||
|
Loading…
Reference in New Issue
Block a user