Restore Appveyor Docker build

This commit is contained in:
f4exb 2024-01-07 02:04:37 +01:00
parent 024924f6b5
commit 6bdc54835e
1 changed files with 14 additions and 14 deletions

View File

@ -30,10 +30,10 @@ environment:
-DDEBUG_OUTPUT=ON \ -DDEBUG_OUTPUT=ON \
-DENABLE_EXTERNAL_LIBRARIES=AUTO \ -DENABLE_EXTERNAL_LIBRARIES=AUTO \
-DBUILD_SERVER=OFF" -DBUILD_SERVER=OFF"
# - TARGET: ubuntu2204docker - TARGET: ubuntu2204docker
# APPVEYOR_BUILD_WORKER_CLOUD: nasrock APPVEYOR_BUILD_WORKER_CLOUD: nasrock
# APPVEYOR_BUILD_WORKER_IMAGE: Linux APPVEYOR_BUILD_WORKER_IMAGE: Linux
# APPVEYOR_CONSOLE_DISABLE_PTY: true APPVEYOR_CONSOLE_DISABLE_PTY: true
for: for:
# - matrix: # - matrix:
@ -131,13 +131,13 @@ for:
deploy: deploy:
provider: Environment provider: Environment
name: f4exb name: f4exb
# - matrix: - matrix:
# only: only:
# - TARGET: ubuntu2204docker - TARGET: ubuntu2204docker
# before_build: before_build:
# - git clone https://github.com/f4exb/sdrangel-docker.git - git clone https://github.com/f4exb/sdrangel-docker.git
# - cd sdrangel-docker - cd sdrangel-docker
# build_script: build_script:
# - cd sdrangel - cd sdrangel
# - ./build_vanilla.sh -T ${APPVEYOR_PULL_REQUEST_HEAD_COMMIT:-${APPVEYOR_REPO_COMMIT}} - ./build_vanilla.sh -T ${APPVEYOR_PULL_REQUEST_HEAD_COMMIT:-${APPVEYOR_REPO_COMMIT}}
# - ./build_server.sh -T ${APPVEYOR_PULL_REQUEST_HEAD_COMMIT:-${APPVEYOR_REPO_COMMIT}} - ./build_server.sh -T ${APPVEYOR_PULL_REQUEST_HEAD_COMMIT:-${APPVEYOR_REPO_COMMIT}}