Skip to content
Snippets Groups Projects
Commit 77a1c27f authored by Adrien Béraud's avatar Adrien Béraud
Browse files

github: build asio

parent e8577bfd
Branches
Tags
No related merge requests found
......@@ -19,6 +19,13 @@ jobs:
- name: argon2
run: |
cd argon2 && make && sudo make install && cd ..
- name: asio
run: |
wget https://github.com/chriskohlhoff/asio/archive/8087252a0c3c2f0baad96ddbd6554db17a846376.tar.gz \
&& tar -xvf 8087252a0c3c2f0baad96ddbd6554db17a846376.tar.gz && cd asio-8087252a0c3c2f0baad96ddbd6554db17a846376/asio \
&& ./autogen.sh && ./configure --prefix=/usr --without-boost \
&& sudo make install \
&& cd ../../ && rm -rf asio*
- name: configure
run: ./configure
- name: make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment