1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-12-17 15:25:29 -05:00

Fixed Appveyor Docker image build

This commit is contained in:
f4exb 2024-11-11 17:15:20 +01:00
parent ba6a3cc665
commit cb4651af0b

View File

@ -132,13 +132,13 @@ environment:
# 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}}