[GitHub CI] Build shadowsocksr-libev

This commit is contained in:
Connection Refused
2021-09-23 15:08:20 +08:00
parent abab4af684
commit bc5092d58a
5 changed files with 52 additions and 0 deletions

View File

@@ -13,6 +13,10 @@ jobs:
- name: C++
uses: msys2/setup-msys2@v2
with:
update: true
release: true
install: base-devel git mingw-w64-x86_64-gcc mingw-w64-x86_64-cmake mingw-w64-x86_64-libevent mingw-w64-x86_64-pcre2 mingw-w64-x86_64-freetype mingw-w64-x86_64-libpng mingw-w64-x86_64-bzip2 mingw-w64-x86_64-openssl mingw-w64-x86_64-mbedtls mingw-w64-x86_64-libsodium mingw-w64-x86_64-c-ares mingw-w64-x86_64-boost mingw-w64-x86_64-libmariadbclient unzip p7zip
- name: Rust
uses: actions-rs/toolchain@v1

View File

@@ -16,6 +16,10 @@ jobs:
- name: C++
uses: msys2/setup-msys2@v2
with:
update: true
release: true
install: install: base-devel git mingw-w64-x86_64-gcc mingw-w64-x86_64-cmake mingw-w64-x86_64-libevent mingw-w64-x86_64-pcre2 mingw-w64-x86_64-freetype mingw-w64-x86_64-libpng mingw-w64-x86_64-bzip2 mingw-w64-x86_64-openssl mingw-w64-x86_64-mbedtls mingw-w64-x86_64-libsodium mingw-w64-x86_64-c-ares mingw-w64-x86_64-boost mingw-w64-x86_64-libmariadbclient unzip p7zip
- name: Rust
uses: actions-rs/toolchain@v1