Skip to content

Commit

Permalink
Fixed Appveyor Docker image build
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Nov 11, 2024
1 parent ba6a3cc commit cb4651a
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 @@ -132,13 +132,13 @@ environment:
# 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 cb4651a

Please sign in to comment.