1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-10-27 20:44:10 +00:00

fix: corrected wrong build dir of libwebsockets

This commit is contained in:
Falk Werner 2019-02-10 08:38:26 +01:00
parent a0ec8fd29d
commit b92cb77cb7

View File

@ -18,12 +18,13 @@ before_install:
- tar -xf v3.1.0.tar.gz
- cd libwebsockets-3.1.0
- mkdir .build
- cd build
- cd .build
- cmake ..
- make
- sudo make install
- cd ..
- cd ..
- cd ..
before_script:
- mkdir .build