Skip to content
Snippets Groups Projects

Add wraps for all dependencies

Merged Nicolas Werner requested to merge wraps into master
+ 1
1
@@ -38,7 +38,7 @@ build-with-wraps:
@@ -38,7 +38,7 @@ build-with-wraps:
- ./scripts/run_tls_testserver.sh &
- ./scripts/run_tls_testserver.sh &
- ./scripts/run_testserver.sh &
- ./scripts/run_testserver.sh &
script:
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
- meson compile -C builddir
- ./builddir/tests/requests_tls -d --reporters=junit --out=https.xml
- ./builddir/tests/requests_tls -d --reporters=junit --out=https.xml
- ./builddir/tests/requests -d --reporters=junit --out=http.xml
- ./builddir/tests/requests -d --reporters=junit --out=http.xml
Loading