Sfoglia il codice sorgente

Fix pipeeline job names

default_compile_flags
vector-of-bool 5 anni fa
parent
commit
ef0052b6b2
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      azure-pipelines.yml

+ 2
- 2
azure-pipelines.yml Vedi File

@@ -1,7 +1,7 @@
# Refer: https://aka.ms/yaml

jobs:
- job: Windows MSVC
- job: Windows_MSVC
pool:
vmImage: vs2017-win2016
steps:
@@ -10,7 +10,7 @@ jobs:
python build.py --cxx cl.exe --test
displayName: Build and Run Tests

- job: Linux GCC
- job: Linux_GCC
pool:
vmImage: ubuntu-18.04
steps:

Loading…
Annulla
Salva