Skip to content
Snippets Groups Projects
Unverified Commit 98474562 authored by Adrien Béraud's avatar Adrien Béraud Committed by GitHub
Browse files

Update ccpp.yml

parent f9e860fd
Branches
Tags
No related merge requests found
......@@ -5,10 +5,15 @@ on: [push]
jobs:
build:
runs-on: docker.pkg.github.com/savoirfairelinux/opendht/opendht-deps-bionic:2.0.0
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: deps
run: |
apt install libncurses5-dev libreadline-dev nettle-dev \
libgnutls28-dev libuv1-dev cython3 python3-dev python3-setuptools libcppunit-dev libjsoncpp-dev \
autotools-dev autoconf libasio-dev libfmt-dev libhttp-parser-dev libmsgpack-dev
- name: autogen
run: ./autogen.sh
- name: configure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment