Appveyor build: remove Docker image build

This commit is contained in:
f4exb 2023-12-27 12:30:25 +01:00
parent 2747b61402
commit b0d74d5e5f
1 changed files with 10 additions and 10 deletions

View File

@ -131,13 +131,13 @@ for:
deploy:
provider: Environment
name: f4exb
- matrix:
only:
- TARGET: ubuntu2204docker
before_build:
- git clone https://github.com/f4exb/sdrangel-docker.git
- cd sdrangel-docker
build_script:
- cd sdrangel
- ./build_vanilla.sh -T ${APPVEYOR_PULL_REQUEST_HEAD_COMMIT:-${APPVEYOR_REPO_COMMIT}}
- ./build_server.sh -T ${APPVEYOR_PULL_REQUEST_HEAD_COMMIT:-${APPVEYOR_REPO_COMMIT}}
# - matrix:
# only:
# - TARGET: ubuntu2204docker
# before_build:
# - git clone https://github.com/f4exb/sdrangel-docker.git
# - cd sdrangel-docker
# build_script:
# - cd sdrangel
# - ./build_vanilla.sh -T ${APPVEYOR_PULL_REQUEST_HEAD_COMMIT:-${APPVEYOR_REPO_COMMIT}}
# - ./build_server.sh -T ${APPVEYOR_PULL_REQUEST_HEAD_COMMIT:-${APPVEYOR_REPO_COMMIT}}