Skip to content
Snippets Groups Projects
Verified Commit 06f20d2e authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Build as static when using wraps

parent 24098c9f
No related branches found
No related tags found
1 merge request!2Add wraps for all dependencies
Pipeline #1307 failed
......@@ -38,7 +38,7 @@ build-with-wraps:
- ./scripts/run_tls_testserver.sh &
- ./scripts/run_testserver.sh &
script:
- meson setup builddir -Dtests=true -Dexamples=true --wrap-mode=forcefallback
- meson setup builddir -Dtests=true -Dexamples=true --wrap-mode=forcefallback -Ddefault_library=static
- meson compile -C builddir
- ./builddir/tests/requests_tls -d --reporters=junit --out=https.xml
- ./builddir/tests/requests -d --reporters=junit --out=http.xml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment