appveyor only job name needs - prefix
This commit is contained in:
parent
379662ae25
commit
0d1ffc3ffd
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue