Skip to content

Commit

Permalink
* .gitlab-ci.yml: Move static wget2.exe to https://gnuwget.gitlab.io/…
Browse files Browse the repository at this point in the history
  • Loading branch information
rockdaboot committed May 27, 2022
1 parent 607136d commit dc4999d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,7 @@ pages:
- mv badge.svg public/fuzz-coverage.svg
- rm -rf public/fuzz-coverage
- mv lcov public/fuzz-coverage
- mv wget2.exe public/
tags:
- shared
- linux
Expand Down Expand Up @@ -476,16 +477,15 @@ MinGW64-static:
CFLAGS="$CFLAGS -DNGHTTP2_STATICLIB"
./configure $CONFIGURE_BASE_FLAGS --build=x86_64-pc-linux-gnu --host=$PREFIX --disable-shared --enable-static --without-gpgme
- make -j$(nproc)
- mkdir -p public
- mv src/wget2.exe public/wget2-latest.exe
- mv src/wget2.exe .
tags:
- shared
- linux
allow_failure: true
artifacts:
when: on_success
paths:
- public
- wget2.exe
only:
- master

Expand Down

0 comments on commit dc4999d

Please sign in to comment.