mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-25 17:28:50 -05:00
Appveyor build: remove Docker image build
This commit is contained in:
parent
2747b61402
commit
b0d74d5e5f
@ -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}}
|
||||||
|
Loading…
Reference in New Issue
Block a user