mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-08-09 09:51:49 +08:00
Merge branch 'tmp-wget' into 'master'
ci: wget → curl See merge request openconnect/ocserv!591
This commit is contained in:
+1
-1
@@ -198,7 +198,7 @@ Coverity:
|
||||
- schedules
|
||||
- coverity
|
||||
script:
|
||||
- wget --quiet https://scan.coverity.com/download/linux64 --post-data "token=$COVERITY_SCAN_TOKEN&project=$COVERITY_SCAN_PROJECT_NAME" -O /tmp/coverity_tool.tgz
|
||||
- curl --silent https://scan.coverity.com/download/linux64 --data "token=$COVERITY_SCAN_TOKEN&project=$COVERITY_SCAN_PROJECT_NAME" -o /tmp/coverity_tool.tgz
|
||||
- tar xfz /tmp/coverity_tool.tgz
|
||||
- git submodule update --init
|
||||
- CFLAGS="-g -O0" meson setup build -Dlatency-stats=enabled
|
||||
|
||||
Reference in New Issue
Block a user