appveyor only job name needs - prefix

This commit is contained in:
bbbradsmith 2020-06-17 04:04:24 -04:00 committed by Brad Smith
parent 379662ae25
commit 0d1ffc3ffd
1 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ for:
- -
matrix: matrix:
only: only:
job_name: Windows 32 - job_name: Windows 32
build_script: build_script:
- cmd: pipelines/win32_build.bat - cmd: pipelines/win32_build.bat
@ -26,7 +26,7 @@ for:
- -
matrix: matrix:
only: only:
job_name: Windows 64 - job_name: Windows 64
build_script: build_script:
- cmd: pipelines/win64_build.bat - cmd: pipelines/win64_build.bat
@ -34,7 +34,7 @@ for:
- -
matrix: matrix:
only: only:
job_name: Ubuntu - job_name: Ubuntu
build_script: build_script:
- sh: ./pipelines/linux_build.sh - sh: ./pipelines/linux_build.sh