Skip to content

Commit

Permalink
Appveyor build: remove Docker image build
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Dec 27, 2023
1 parent 2747b61 commit b0d74d5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

0 comments on commit b0d74d5

Please sign in to comment.