Fix a couple step names

This commit is contained in:
Jeremy 2023-09-01 18:18:40 -04:00
parent 01d0fef78f
commit 46ac51bf0e
No known key found for this signature in database
GPG Key ID: 19AA8270105E8EB4
3 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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