mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-21 23:55:13 -05:00
Restore Appveyor Docker build
This commit is contained in:
parent
024924f6b5
commit
6bdc54835e
@ -30,10 +30,10 @@ environment:
|
||||
-DDEBUG_OUTPUT=ON \
|
||||
-DENABLE_EXTERNAL_LIBRARIES=AUTO \
|
||||
-DBUILD_SERVER=OFF"
|
||||
# - TARGET: ubuntu2204docker
|
||||
# APPVEYOR_BUILD_WORKER_CLOUD: nasrock
|
||||
# APPVEYOR_BUILD_WORKER_IMAGE: Linux
|
||||
# APPVEYOR_CONSOLE_DISABLE_PTY: true
|
||||
- TARGET: ubuntu2204docker
|
||||
APPVEYOR_BUILD_WORKER_CLOUD: nasrock
|
||||
APPVEYOR_BUILD_WORKER_IMAGE: Linux
|
||||
APPVEYOR_CONSOLE_DISABLE_PTY: true
|
||||
|
||||
for:
|
||||
# - matrix:
|
||||
@ -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}}
|
||||
|
Loading…
Reference in New Issue
Block a user