Fix a couple step names
This commit is contained in:
parent
01d0fef78f
commit
46ac51bf0e
4
.github/workflows/cmake-integration.yml
vendored
4
.github/workflows/cmake-integration.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: build
|
- name: test
|
||||||
run: |
|
run: |
|
||||||
tag=$(git rev-parse --abbrev-ref HEAD)
|
tag=$(git rev-parse --abbrev-ref HEAD)
|
||||||
mkdir build
|
mkdir build
|
||||||
@ -70,7 +70,7 @@ jobs:
|
|||||||
runs-on: macos-13
|
runs-on: macos-13
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: build
|
- name: test
|
||||||
run: |
|
run: |
|
||||||
tag=$(git rev-parse --abbrev-ref HEAD)
|
tag=$(git rev-parse --abbrev-ref HEAD)
|
||||||
mkdir build
|
mkdir build
|
||||||
|
|||||||
4
.github/workflows/performance-tests.yml
vendored
4
.github/workflows/performance-tests.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: dependencies
|
- name: dependencies
|
||||||
run: sudo apt install gcc-11 g++-11 libgcc-11-dev
|
run: sudo apt install gcc-11 g++-11 libgcc-11-dev
|
||||||
- name: build
|
- name: build and speedtest
|
||||||
run: |
|
run: |
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
cd build
|
cd build
|
||||||
@ -61,7 +61,7 @@ jobs:
|
|||||||
# - uses: actions/checkout@v2
|
# - uses: actions/checkout@v2
|
||||||
# - name: Enable Developer Command Prompt
|
# - name: Enable Developer Command Prompt
|
||||||
# uses: ilammy/msvc-dev-cmd@v1.10.0
|
# uses: ilammy/msvc-dev-cmd@v1.10.0
|
||||||
# - name: build
|
# - name: build and speedtest
|
||||||
# run: |
|
# run: |
|
||||||
# mkdir -p build
|
# mkdir -p build
|
||||||
# cd build
|
# cd build
|
||||||
|
|||||||
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: dependencies
|
- name: dependencies
|
||||||
run: sudo apt install gcc-10 g++-10 libgcc-10-dev
|
run: sudo apt install gcc-10 g++-10 libgcc-10-dev
|
||||||
- name: build
|
- name: build and test
|
||||||
run: |
|
run: |
|
||||||
pip3 install colorama
|
pip3 install colorama
|
||||||
#python3 ci/test-all-configs.py
|
#python3 ci/test-all-configs.py
|
||||||
@ -21,7 +21,7 @@ jobs:
|
|||||||
runs-on: macos-13
|
runs-on: macos-13
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: build
|
- name: build and test
|
||||||
run: |
|
run: |
|
||||||
pip3 install colorama
|
pip3 install colorama
|
||||||
#python3 ci/test-all-configs.py
|
#python3 ci/test-all-configs.py
|
||||||
@ -31,7 +31,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Enable Developer Command Prompt
|
- name: Enable Developer Command Prompt
|
||||||
uses: ilammy/msvc-dev-cmd@v1.10.0
|
uses: ilammy/msvc-dev-cmd@v1.10.0
|
||||||
- name: build
|
- name: build and test
|
||||||
run: |
|
run: |
|
||||||
pip3 install colorama
|
pip3 install colorama
|
||||||
#python3 ci/test-all-configs.py --msvc-only
|
#python3 ci/test-all-configs.py --msvc-only
|
||||||
@ -41,7 +41,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Enable Developer Command Prompt
|
- name: Enable Developer Command Prompt
|
||||||
uses: ilammy/msvc-dev-cmd@v1.10.0
|
uses: ilammy/msvc-dev-cmd@v1.10.0
|
||||||
- name: build
|
- name: build and test
|
||||||
run: |
|
run: |
|
||||||
pip3 install colorama
|
pip3 install colorama
|
||||||
#python3 ci/test-all-configs.py --clang-only
|
#python3 ci/test-all-configs.py --clang-only
|
||||||
@ -51,7 +51,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Enable Developer Command Prompt
|
- name: Enable Developer Command Prompt
|
||||||
uses: ilammy/msvc-dev-cmd@v1.10.0
|
uses: ilammy/msvc-dev-cmd@v1.10.0
|
||||||
- name: build
|
- name: build and test
|
||||||
run: |
|
run: |
|
||||||
pip3 install colorama
|
pip3 install colorama
|
||||||
#python3 ci/test-all-configs.py --mingw-only
|
#python3 ci/test-all-configs.py --mingw-only
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user