mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-05-19 16:10:12 +00:00
AppVeyor build fixes
This commit is contained in:
+3
-3
@@ -19,16 +19,16 @@ environment:
|
|||||||
CC: clang
|
CC: clang
|
||||||
CXX: clang++
|
CXX: clang++
|
||||||
CMAKE_ARGS: -DUSE_MBEDTLS=ON
|
CMAKE_ARGS: -DUSE_MBEDTLS=ON
|
||||||
PREBUILD_CMD: sudo apt install libmbedtls-dev
|
PREBUILD_CMD: sudo apt install -y libmbedtls-dev
|
||||||
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
|
- APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu
|
||||||
CC: gcc
|
CC: gcc
|
||||||
CXX: g++
|
CXX: g++
|
||||||
CMAKE_ARGS: -DUSE_MBEDTLS=ON
|
CMAKE_ARGS: -DUSE_MBEDTLS=ON
|
||||||
PREBUILD_CMD: sudo apt install libmbedtls-dev
|
PREBUILD_CMD: sudo apt install -y libmbedtls-dev
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- 'git submodule update --init --recursive'
|
- 'git submodule update --init --recursive'
|
||||||
- 'eval "$PREBUILD_CMD"'
|
- sh: 'eval "$PREBUILD_CMD"'
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- 'mkdir build_debug'
|
- 'mkdir build_debug'
|
||||||
|
|||||||
Reference in New Issue
Block a user