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